Version

ShowVerticalScrollBar Property

Returns or sets when the vertical scrollbar is displayed.
Syntax
'Declaration
 
Public Property ShowVerticalScrollBar As Infragistics.Win.UltraWinScrollBar.ScrollBarDisplayStyle
public Infragistics.Win.UltraWinScrollBar.ScrollBarDisplayStyle ShowVerticalScrollBar {get; set;}
Remarks

The ShowVerticalScrollBar is used to determine whether the vertical scrollbar in the associated UltraPrintPreviewControlBase should be displayed. By default, the scrollbar is only shown when needed (i.e. Automatic).

Note: When this property is set to Automatic, which is the default value, the scrollbar will be displayed if the ZoomMode is set to a value that will cause the Zoom to be automatically calculated (e.g. PageWidth, WholePage, etc.).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also