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

后端 未结 7 1892
执念已碎
执念已碎 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:05

    This worked for me. don't assign any width or height to the UserControl and define row and column definition in the parent window.

    
       
    
        
    
    
    
     
    
        
                       
        
        
                        
        
               
    
    

提交回复
热议问题