TdxTileControlItem.MakeVisible Method
In This Article
Scrolls the tile control to bring the current tile item into view.
#Declaration
Delphi
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