VScroll

[property icon] VScroll

Set if the control has a 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: Rich Edit

Introduced in KCML version 5.02


>

VScroll

If this property is set to TRUE then a vertical scroll bar will be added to the control. It will be drawn only if the text depth exceeds the window depth. The default is FALSE for no vertical scrollbar though the window will scroll if necessary to hold added text.

This property is a design time only property that has no effect if changed under program control.

See also

Rich Edit methods, properties and events.