Hi Dojo,
I'm building an Interactive Automation Scripts in which I want that the windows resizes until a certain height.
I tried by using the MaxHeight property in the Dialog class, but this doesn't seem to do anything.
By using the Height property I get the vertical scrollbar eventually, but he window is already at the fixed height.
How can I configure that the window starts at minimum height and resizes till the defined max height is reached?
Hi Jens,
I think you can achieve the behavior you want by specifying both the Height and maxHeight properties.
Height will be used as the initial height of the form, the maxheight should limit how much the window can grow when adding more discretes.
Hi Michiel, I’ve tried your suggestion but without success.
I’m using NuGet Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit v6.1.0