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