(Leadtools.Controls)

VerticalScrollWidth Property

Show in webframe





Gets the width of the vertical scrollbar.
Syntax
public virtual double VerticalScrollWidth {get;}
Public Overridable ReadOnly Property VerticalScrollWidth As Double
public virtual double VerticalScrollWidth {get;}
OS X only
@property (nonatomic,readonly) double visibleVerticalScrollWidth;
            

            
 get_VerticalScrollWidth(); 

Property Value

The width of the vertical scrollbar.
Remarks

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;
            
Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


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