tags:

views:

1618

answers:

3

It seem that GroupBox can only contain one element, if I place more than one it's won't go inside(or get deleted in blend).

Is this by design or am I doing something wrong?

+6  A: 

That sounds right to me. You'd need to put a Grid or Panel (StackPanel, WrapPanel, etc) as a child to define the layout.

Luke Quinane
That was fast, I just figure it out 5 second before you answer. Thanks.
Jonathan Shepherd
A: 

I still cannot move/position elements in the stackpanel inside a groupbox, what do I have to do?

A: 

You must drag the items: textbox INTO the groupbox and must only have a single groupbox. Cannot drag more than a single groupbox per linear coordinate for it to work. Can have multiple groupboxes on a page, but not more than a single column wide or you will be limited with only having a single item being added to the groupbox.

mike