Example - <s:List id="someList"> <s:layout> <s:VerticalLayout requestedMinRowCount="1" gap="0" /> </s:layout> </s:List>
Regards, Evyatar On Sun, Jun 16, 2013 at 8:53 AM, Evyatar Ben Halevi-Arbib < [email protected]> wrote: > I would try setting the requestedMinRowCount property to 1. > > Good luck, > Evyatar > > > On Sun, Jun 16, 2013 at 3:18 AM, Cristian Spiescu < > [email protected]> wrote: > >> Hello, >> >> I have seen that minHeight/minWidth properties of a spark List cannot be >> set under a certain lower limit (110 and 71). >> If I set explicitly the height to a lower limit, it works. But if I set >> minHeight="30" for example, the list won't shrink less than 110. >> >> Have you got any hints on why this is happening and perhaps point me some >> places where I should put breakpoints to investigate? If I'm lucky, then >> I'll be able to make a subclass and override the behavior. >> >> Thanks in advance! >> >> Regards, >> Cristian. >> > >
