scrollItemAtIndexToTop(_:)
Scrolls the receiver’s pop-up list vertically so that the item at the specified index is as close to the top as possible.
Declaration
func scrollItemAtIndexToTop(_ index: Int)Parameters
- index:
The index of the item to scroll to the top.
Discussion
The pop-up list need not be displayed at the time this method is invoked.