Indicates if automatic scrolling is enabled for the control.
Source position: forms.pp line 167
protected function TScrollingWinControl.AutoScrollEnabled: Boolean; virtual; |
True when not automatically resized or used as a dock site.
AutoScrollEnabled is a Boolean function which indicates if automatic scrolling is enabled for the control. The return value is True when the control is NOT automatically resized, or used as a dock site by an active docking manager.
Use the AutoSize property to enabled or disable automatic control resizing. Set the UseDockManager property to False to disable use of the DockSite for the control.
|
Allows automatic adjustment of the size for the control, according to its content. |
|
|
Allows controls to be drag-dock'd into this control. |
|