(Leadtools.Controls)

HorizontalScrollHeight Property

Show in webframe





Gets the height of the horizontal scrollbar.
Syntax
public virtual double HorizontalScrollHeight {get;}
Public Overridable ReadOnly Property HorizontalScrollHeight As Double
public virtual double HorizontalScrollHeight {get;}
OS X only
@property (nonatomic,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

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.