TdxDockingManager.AutoHideMovingSize Property
Specifies the sliding step for controls whose auto hide feature is enabled.
Declaration
property AutoHideMovingSize: Integer read; write; default dxAutoHideMovingSize;
Property Value
Type |
---|
Integer |
Remarks
The value of the AutoHideMovingSize property specifies the number of pixels by which the control is moved when automatically hidden or made visible. The specified offset is applied to the control with the time interval specified by the AutoHideMovingInterval property. Please refer to that property description for details.
Do not set the AutoHideMovingSize property to 0. In this instance, dock controls will not be auto hidden.
The default value of the AutoHideMovingSize property is dxAutoHideMovingSize.
See Also