Skip to main content

TdxCustomLayoutItem.MakeVisible Method

Makes the layout element visible within the layout control.

Declaration

procedure MakeVisible;

Remarks

Call this method to scroll the layout control’s content to bring the layout element into view. The MakeVisible method makes the layout element visible by changing the LeftPos property value to scroll the content horizontally and/or TopPos property value to scroll it vertically.

See Also