LEADTOOLS JavaScript (Leadtools.Controls)
LEAD Technologies, Inc

HorizontalScrollHeight Property


Gets the height of the vertical scrollbar.
Syntax
  get_horizontalScrollHeight();  
!MISSING Scrap '_RTJavaScript_PROPERTY_SYNTAX'!

Property Value

TypeDescription
intThe height of the vertical scrollbar.
Remarks

Only available if ScrollMode is set to ImageViewerScrollMode.Auto.

    
            var width = viewer.get_controlSize.get_width() - viewer.get_horizontalScrollHeight();
            var height = viewer.get_controlSize.get_height() - viewer.get_verticalScrollWidth();
            

  
See Also

Reference

ImageViewer Object
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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