TdxListItem.MakeVisible(Boolean) Method
In This Article
Scrolls the List View to bring the item into view.
#Declaration
Delphi
procedure MakeVisible(PartialOK: Boolean);
#Parameters
Name | Type | Description |
---|---|---|
Partial |
Boolean | If |
#Remarks
If all list items do not fit in the List View control, it displays scrollbars that allow a user to scroll through the control. In this case, a MakeVisible
procedure call can scroll the List View to bring the item into view.
See Also