TdxListItem.MakeVisible(Boolean) Method
Scrolls the List View to bring the item into view.
Declaration
procedure MakeVisible(PartialOK: Boolean);
Parameters
Name | Type | Description |
---|---|---|
PartialOK | 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