GroupBox in WPF can only contain one element?

前端 未结 4 980
梦毁少年i
梦毁少年i 2021-02-11 12:15

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 w

4条回答
  •  萌比男神i
    2021-02-11 12:32

    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.

提交回复
热议问题