Contents

numberOfVisibleItems

The maximum number of visible items to display in the pop-up list at one time.

Declaration

var numberOfVisibleItems: Int { get set }

Discussion

Use this property to configure how many items can be displayed at the same time. If the combo box has a scroller, the user can scroll to view additional items beyond the visible range.

See Also

Related Documentation

Setting Display Attributes