I have problems with Layout: fit layout does not fit...
see my layout:
I have a TabPanel
--> Inside is a Panel layout card (green) (OK)
------> Inside is a List layout fit (red) (Not OK)
the list does not fit... there is a space of 17 pixels in element.style (not in css)
Does somebody have the same problem or better, a solution?
It doesn't matter what i place in the TabPanel, everything has a space of 17 pixels...
Panel, List, Nested List... etc.
I tried swich card to fit in Panel, the effect is, that both panels are displayed...
One of the Panels was correctly fit to top and left (Layout was vbox, strech))
But when i set i to card again, its not shown correctly... even if i set vbox strech to both child-panels...