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

TdxCustomScrollbarAnnotation.Offset Property

Specifies the offset (in pixels) for a selected base annotation mark position on a scrollbar.

#Declaration

Delphi
property Offset: Integer read; write;

#Property Value

Type
Integer

#Remarks

Assign a positive or negative value to the Offset property to shift annotation marks to the far or near scrollbar border, respectively. You cannot move annotation marks beyond the scrollbar borders.

Note

The Offset property value is ignored if the Alignment property is set to saaClient.

The Offset property’s default value is 0.

See Also