How to stretch in width a WPF user control to its window?

后端 未结 7 1753
执念已碎
执念已碎 2021-01-31 14:52

I have a Window with my user control and I would like to make usercontrol width equals window width. How to do that?

The user control is a horizontal menu and contains a

7条回答
  •  遥遥无期
    2021-01-31 15:08

    Does setting the HorizontalAlignment to Stretch, and the Width to Auto on the user control achieve the desired results?

提交回复
热议问题