TdxTileControlGroup.MakeVisible Method
Scrolls the tile control to bring the current tile group into view.
Declaration
procedure MakeVisible;
Remarks
This method does nothing if the group is hidden or the tile control is currently locked for updates with the BeginUpdate/EndUpdate method blocks.
See Also