Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

AutoScroll Property






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

Error processing SSI file