Gets or sets a value that indicates whether a horizontal scroll bar is shown. The property's value is of the type System.
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }Public Property HorizontalScrollBarVisibility() As ScrollBarVisibility| Member | Description |
|---|---|
| Auto | A horizontal scroll bar is shown when the document is not completely visible in the horizontal direction. |
| Disabled | A horizontal scroll bar is not shown even if the document is not completely visible. |
| Hidden | Same as Disabled. |
| Visible | Same as Auto. |