[]
Gets or sets how to display the scroll bars in the drop-down window.
[Browsable(true)]
public ScrollBarMode ScrollBarMode { get; set; }
<Browsable(True)>
Public Property ScrollBarMode As ScrollBarMode
Type | Description |
---|---|
ScrollBarMode | One of the ScrollBarMode enumerations that indicate how to display the scroll bars.
|
If set to ScrollBarMode.Fixed, the scroll bars are displayed at all times. If set to ScrollBarMode.Automatic, the scroll bars are visible only when the content of the control exceeds the length of the control.