AutoScroll Property
Summary
Enables scroll bars to automatically appearing when the control contents are larger than its visible area.
Syntax
public override bool AutoScroll { get; set; }
Public Overrides Property AutoScroll As Boolean
public:
property bool AutoScroll {
bool get() override;
void set ( bool ) override;
}
Property Value
true to enable automatic reset.