Method EnsureVisible
EnsureVisible(int)
Ensures that the item is visible within the control, scrolling the contents of the control, if necessary.
void EnsureVisible(int itemIndex)
Parameters
itemIndexintThe item index to scroll into visibility.
Ensures that the item is visible within the control, scrolling the contents of the control, if necessary.
void EnsureVisible(int itemIndex)
itemIndex intThe item index to scroll into visibility.