RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.MakeVisible Method

Scrolls the list view, if necessary, to ensure a list item is in view.

Pascal
procedure MakeVisible(PartialOK: Boolean);
C++
__fastcall MakeVisible(Boolean PartialOK);

Call MakeVisible to ensure that the user can see the list item in the list view. The PartialOK parameter specifies whether the item must be entirely visible. If PartialOK is true, no scrolling occurs if the item is at least partially visible. If PartialOK is false, MakeVisible ensures that the entire list item is visible in the list view. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!