AutoVScroll
AutoVScroll
Automatically adds a vertical scroll bar when required
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: Edit
This property can only be set for a multi line edit box, that is an edit control that has the MultiLine property set. If AutoVscroll is set to TRUE, it allows the user to scroll the text of the control vertically while always having the insertion point visible. This property is a design time only property that has no effect if changed under program control.