scrollItemAtIndexToVisible(_:)
Scrolls the combo box’s pop-up list vertically so that the item at the given index is visible.
Declaration
func scrollItemAtIndexToVisible(_ index: Int)Parameters
- index:
The index of the item to make visible.
Discussion
The pop-up list need not be displayed at the time this method is invoked.