WPF Grid vs Stackpanel

后端 未结 7 1124
失恋的感觉
失恋的感觉 2020-12-09 18:34

For WPF/Silverlight layout, is it better to use a Grid with lots of rows and columns, or tons of Stackpanels?

7条回答
  •  天命终不由人
    2020-12-09 19:11

    Both have strength (Grid/Stackpanel). Problem with Grid is the lines restructuring. The problem with Stackpanel is that no table structure (fixed columns width). So I think that is a good solution about this problems :-)

    Definition styles

    
        
        
        
    
    

    And using styles into Stackpanel

    
        
            

提交回复
热议问题