PrintControl.HorizontalScrollBarVisibility Property
Specifies the visibility of the horizontal scroll bar in Print Preview.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
[DefaultValue(ScrollBarVisibility.Visible)]
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ScrollBarVisibility | Visible | A ScrollBarVisibility enumeration value. |
Available values:
Name | Description |
---|---|
Visible | The scroll bar is visible. |
Hidden | The scroll bar is hidden. |
See Also