[]
Gets or sets how to display the scroll bars.
public ScrollBarMode ScrollBarMode { get; set; }
Public Property ScrollBarMode As ScrollBarMode
Type | Description |
---|---|
ScrollBarMode | One of the ScrollBarMode enumeration values that indicates whether the multiple edit displays the scroll bars as soon as the contents exceed the length of the drop-down edit. The default is ScrollBarMode.Fixed. |