What is WPF equivalent to Flex VGroup?
My Intent is to have a vertical list of checkboxes
Flex declaration would look like this
<s:VGroup>
<s:CheckBox label="Item 1" />
<s:CheckBox label="Item 2" />
<s:CheckBox label="Item 3" />
</s:VGroup>
I have fooled around with Grid without much success.