How to create reusable WPF grid layout

前端 未结 6 1777
傲寒
傲寒 2020-12-10 01:13

I have a window with tab control and number of pages - tab items. Each tab item has same grid layout - 6 rows and 4 columns. Now, each tab item contains grid with row and co

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-10 01:57

    Usually one would write a DataTemplate for the data that goes into the Tabs. That DataTemplate would contain the Grid.

提交回复
热议问题