LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

AutoScroll Property

Show in webframe





Enables or disables scroll bars automatically appearing when the control contents are larger than its visible area
Syntax
[CategoryAttribute("Layout")]
[DescriptionAttribute("Indicates whether scroll bars automatically appear when the control contents are larger than its visible area.")]
public virtual bool AutoScroll {get; set;}
'Declaration
 
<CategoryAttribute("Layout")>
<DescriptionAttribute("Indicates whether scroll bars automatically appear when the control contents are larger than its visible area.")>
Public Overridable Property AutoScroll As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll

            

            
[CategoryAttribute("Layout")]
[DescriptionAttribute("Indicates whether scroll bars automatically appear when the control contents are larger than its visible area.")]
public:
virtual property bool AutoScroll {
   bool get();
   void set (    bool value);
}

Property Value

true to enable scroll bars, false otherwise.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


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