C#
VB
Objective-C
WinRT C#
Gets the height of the horizontal scrollbar.
public virtual double HorizontalScrollHeight {get;}
Public Overridable ReadOnly Property HorizontalScrollHeight As Double
public virtual double HorizontalScrollHeight {get;}
macOS Only
@property (nonatomic, assign, readonly) double visibleHorizontalScrollHeight
get_HorizontalScrollHeight();
The height of the horizontal scrollbar.
Only available if ScrollMode is set to ImageViewerScrollMode.Auto.
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