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
This worked for me. don't assign any width or height to the UserControl and define row and column definition in the parent window.