2.328 .showitem
This attribute defines how many entries should be displayed in the list of a poptext. If the list contains more entries than specified here, a vertical scrollbar is displayed in the opened list.
Definition
-
Data type
integer
-
Access
get, set
-
changed event
yes
Note
On Qt, a maximum of 10 entries are displayed in an open poptext by default. If the poptext list contains more than 10 entries, then a scrollbar is additionally displayed in the list.
The .showitem attribute is ignored in the mac
and gtk+
UI styles. In UI style cleanlooks
, .showitem is ignored with .style = poptext, here always the complete list is displayed.
With .style = listbox, .showitem is completely ignored.