vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsview-486e960e.md
Specifies the distance (in pixels) between the data navigator and the horizontal View scrollbar.
property NavigatorOffset: Integer read; write; default cxGridNavigatorDefaultOffset;
| Type | Default |
|---|---|
| Integer | cxGridNavigatorDefaultOffset |
Use the NavigatorOffset property to specify the distance (in pixels) between the data navigator and the horizontal scrollbar. The scrollbar adjoins the navigator by default. Setting the NavigatorOffset to a value greater than zero inserts a space between the elements and shrinks the scrollbar.
| NavigatorOffset is set to 50 |
|---|
| NavigatorOffset is set to 0 |
|---|
Use the OptionsView.Navigator property to activate/deactivate the data navigator.
When you change a grid control’s width, the scrollbar is resized, the navigator’s width remains constant.
The NavigatorOffset property automatically updates its value by multiplying it by the DPI-aware form’s scaling factor every time it changes.
The cxGridNavigatorDefaultOffset global constant specifies the default NavigatorOffset property value.
See Also
TcxCustomGridTableOptionsView Class