←Select platform

HorizontalScrollHeight Property

Summary

Gets the height of the horizontal scrollbar.

Syntax

C#
VB
Objective-C
WinRT C#
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();  

Property Value

The height of the horizontal scrollbar.

Remarks

Only available if ScrollMode is set to ImageViewerScrollMode.Auto.

var width = viewer.ControlSize.Width - viewer.HorizontalScrollHeight; 
var height = viewer.ControlSize.Height - viewer.VerticalScrollWidth; 

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)