TcxCustomGridTableOptionsView.NavigatorOffset Property
Specifies the distance (in pixels) between the data navigator and the horizontal View scrollbar.
Declaration
property NavigatorOffset: Integer read; write; default cxGridNavigatorDefaultOffset;
Property Value
Type | Default |
---|---|
Integer | cxGridNavigatorDefaultOffset |
Remarks
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.