WPF toolkit for tile listview

前端 未结 2 612
盖世英雄少女心
盖世英雄少女心 2020-12-25 08:43

I need to create tiles of well formatted buttons, something like the Windows 8 start page. Is there any toolkit available for a custom ListView which may support tile view o

2条回答
  •  春和景丽
    2020-12-25 08:59

    You can simply use Item Control, i). In Item Panel just give the number of rows and columns you want ii). If button you want here are to be generated dynamically just assign the list of Buttons to it.

    
      
        
          
        
      
      
        
          

提交回复
热议问题