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

TdxCustomFlowChart.SetLeftTop(Integer,Integer) Method

Scrolls the control’s content.

#Declaration

Delphi
procedure SetLeftTop(ALeft: Integer; ATop: Integer);

#Parameters

Name Type
ALeft Integer
ATop Integer

#Remarks

Call this procedure to assign the new values to the LeftEdge and the TopEdge properties. The SetLeftTop procedure allows you to scroll the control’s content if its size exceeds the control’s area dimensions.

To fit the content within the control’s area, assign 0 to the Zoom property.

See Also