Enables or disables scroll bars automatically appearing when the control contents are larger than its visible area
[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.