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