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

TdxCustomTreeView.ScrollBy(Integer,Integer) Method

Scrolls the Tree View control’s content.

#Declaration

Delphi
procedure ScrollBy(ADeltaX: Integer; ADeltaY: Integer);

#Parameters

Name Type Description
ADeltaX Integer

A horizontal offset from the current scroll position, in pixels.

ADeltaY Integer

A vertical offset from the current scroll position, in pixels.

#Remarks

If you pass positive values as the ADeltaX and ADeltaY parameters, the procedure scrolls the tree right and down, towards the end. If you pass negative values, the procedure scrolls the tree left and up, respectively.

See Also