Enum AutoSizeModes
Specifies the MultiSelectionComboboBox AutoSizeMode.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum AutoSizeModes
Fields
Name | Description |
---|---|
Horizontal | Size will be updated with respect to Width. |
None | Scroll Bar will be displayed once control bounds exceeds defined height. |
Vertical | Size will be updated with respect to Height. |