C#
VB
Objective-C
WinRT C#
Gets the width of the vertical scrollbar.
public virtual double VerticalScrollWidth {get;}
Public Overridable ReadOnly Property VerticalScrollWidth As Double
public virtual double VerticalScrollWidth {get;}
macOS Only
@property (nonatomic, assign, readonly) double visibleVerticalScrollWidth
get_VerticalScrollWidth();
The width of the vertical scrollbar.
Only available if ScrollMode is set to ImageViewerScrollMode.Auto.
You can use this value to calculate the size of the client area of the control not covered by the visible scrollbars:
var width = viewer.ControlSize.Width - viewer.HorizontalScrollHeight;
var height = viewer.ControlSize.Height - viewer.VerticalScrollWidth;
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET