LEADTOOLS WinRT(Leadtools.Controls)
LEAD Technologies, Inc

HorizontalScrollHeight Property


Gets the height of the vertical scrollbar. WinRT support
Syntax
public virtual double HorizontalScrollHeight {get;}
 get_HorizontalScrollHeight(); 

Property Value

The height of the vertical 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.