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

TdxCustomRangeControlHitTest.HitAtZoomScrollBar Property

Identifies if the inspected point corresponds to the range control‘s Zoom&Scroll bar.

#Declaration

Delphi
property HitAtZoomScrollBar: Boolean index rchtZoomScrollBar read;

#Property Value

Type
Boolean

#Remarks

The Zoom&Scroll bar allows end-users to zoom the currently visible portion of the selectable data range in or out and scroll the range within the range control’s viewport. The Zoom&Scroll bar area includes the following UI elements:

  • The selection scroll thumb, allowing end-users to move the currently selected data range back and forth within the range available for selection;

  • The viewport selection thumb, allowing end-users to scroll the visible portion of the selectable data range within the range control’s viewport area;

  • Two zoom grips at the beginning and end of the viewport selection thumb, allowing end-users to zoom the visible portion of the selectable data range in or out.

{Image}

The HitAtZoomScrollBar property returns True if the inspected point is within the Zoom&Scroll bar area; otherwise, False.

See Also