 | CustomComboBoxIntegralHeight Property |
Gets or sets a value indicating whether the control should resize to avoid showing partial items.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool IntegralHeight { get; set; }
Request Example
View SourceProperty Value
BooleanReturn Value
Booleantrue if the list portion can contain only complete items; otherwise, false. The default is true.
See Also