When creating it in xml, the params layout_width and layout_height are required.
What about items created in Java code? What s their default layout?
How can I set their layout to fill_parent or wrap_content programmatically?
How do I get this listbox to be maxiumum size, i.e. fill the group box its in. I ve tried width="auto" Height="auto", width="stretch" Height="stretch" annoyingly at the moment, it dynamicly sizes to ...