Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsView.NavigatorOffset Property

Specifies the distance (in pixels) between the editing control’s navigator and the horizontal scrollbar.

#Declaration

Delphi
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