How to make a WPF Window responsive

后端 未结 2 2031
慢半拍i
慢半拍i 2020-12-25 13:46

I\'m using Blend Expression and just started with WPF.

I\'m trying to make a window responsive window which can accommodate multiple Grids and will be re sized as pe

2条回答
  •  佛祖请我去吃肉
    2020-12-25 14:22

    you can use multi column and multi row that usage example as bootstrap you can define new control with attribute grid.row or gird.column.

    
        
            
            
            
            
            
            
        
        
            
            
            
            
            
            
        
        

提交回复
热议问题