Property AllowOverlappingWidgets
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
AllowOverlappingWidgets
Gets or sets a value indicating whether overlapping widgets are allowed or not. Can be used in case you want to add multiple widgets to the same cell in the dialog. You can use the Margin property on the widgets to place them apart.
public bool AllowOverlappingWidgets { get; set; }