WPF Grid vs Stackpanel

后端 未结 7 1117
失恋的感觉
失恋的感觉 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 18:56

    I have no experience with such a layout, but I will bet, that the grid is easier to render compared to lots of nested stackpanels.

提交回复
热议问题