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.HitAtZoomScrollBarViewportScrollThumb Property

Identifies if the inspected point corresponds to the viewport scroll thumb within the Zoom&Scroll bar.

#Declaration

Delphi
property HitAtZoomScrollBarViewportScrollThumb: Boolean index rchtZoomScrollBarViewportScrollThumb read;

#Property Value

Type
Boolean

#Remarks

The viewport scroll thumb allows end-users to scroll the selectable data range within the range control’s viewport. The starting and ending point zoom grips are used to zoom the currently visible portion of the selectable data range in or out.

{Image}

The HitAtZoomScrollBarViewportScrollThumb property returns True if the inspected point corresponds to the viewport scroll thumb; otherwise, False.

See Also