TcxControlOptionsView.NavigatorOffset Property
Specifies the distance (in pixels) between the editing control’s navigator and the horizontal scrollbar.
Declaration
property NavigatorOffset: Integer read; write; default cxInplaceNavigatorDefaultOffset;
Property Value
Type | Default |
---|---|
Integer | cxInplaceNavigatorDefaultOffset |
Remarks
By default, the horizontal scrollbar adjoins the navigator. Setting the NavigatorOffset property to a positive value inserts an empty space between these elements and shrinks the scrollbar. When you change the editing control’s width, the scrollbar is resized while the navigator’s width persists.
The NavigatorOffset property automatically updates by multiplying its current value by the form’s scaling factor every time it changes.
The default value of the NavigatorOffset property is specified by the cxInplaceNavigatorDefaultOffset global constant.
See Also