Hi All,
<StackPanel>
<GroupBox>
<StackPanel Orientation="Horizontal">
<ListBox></ListBox>
</StackPanel>
</GroupBox>
</StackPanel>
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 whatever fills it - (i cant think of any situation you'd want a listbox to do that but anyway) - or I can only statically set its size.
Cheers!