←Select platform

AutoScroll Property

Summary

Enables or disables scroll bars automatically appearing when the control contents are larger than its visible area

Syntax

C#
VB
C++
[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;} 
<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 
[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 ); 
} 

Property Value

true to enable scroll bars, false otherwise.

Example

Refer to RasterImageViewer.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize