DisableNoScroll

[property icon] DisableNoScroll

Enables/disables the vertical scroll bar

Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.

Applies to: ComboBox , List Box


>

DisableNoScroll

By default KCML will attempt to hide scroll bars if they are not needed. If this property set to TRUE, a vertical scroll bar will always be displayed as part of the control. This property is a design time only property that has no effect if changed under program control.

See also

ComboBox methods, properties and events. List Box methods, properties and events.