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
Does setting the HorizontalAlignment to Stretch, and the Width to Auto on the user control achieve the desired results?