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.11.1
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool IntegralHeight { get; set; }
BooleanBooleantrue if the list portion can contain only complete items; otherwise, false. The default is true.