TcxCustomScrollBox.MakeVisible(TWinControl) Method
Scrolls the scroll container’s content to bring the specified child control into view.
Declaration
procedure MakeVisible(AControl: TWinControl);
Parameters
Name | Type |
---|---|
AControl | TWinControl |
Remarks
Use the MakeVisible method to display AControl on-screen, if the control is scrolled out of view.
See Also