steps to reproduce
- load the zul below
<zk> <zscript> ListModelList myModel = new ListModelList(Locale.getAvailableLocales()); </zscript> <listbox id="mylistbox" height="250px" model="${myModel}" hflex="min"> </listbox> </zk>
expected result
the Listbox can extend its width to eliminate the horizontal
- relates to
-
ZK-3037 A bandbox's popup doesn't extends its width automatically when its enclosed listbox has hflex="min"
- Closed
-
ZK-3266 JS Error with flex grid
- Closed
-
ZK-3317 Listbox with hflex="min" produces a horizontal scrollbar
- Closed
-
ZK-4285 vflex min causes an unnecessary vertical scrollbar on a listbox
- Closed