How to insert an image list in the grouped items page befor each group?

前端 未结 1 476
广开言路
广开言路 2021-01-23 05:44

I am currently developing a windows 8 application using XAML and C#. I developed the grouped items page that generates data groups dynamically. I have a list of social media ico

1条回答
  •  时光取名叫无心
    2021-01-23 06:00

    Define GroupItemStyle in page resources section as follows:

    
    

    Apply this style to GridView as:

    
            
    
                
                    
                        
                    
                
                
                    
                        
                            
                                
                                .......
                      
            
        
    

    You will see the sample button before each group here - enter image description here

    UPDATE:

    Use following group styles: for example:

      
    

    this will give you:

    enter image description here

    And this one will:

     
    

    enter image description here

    0 讨论(0)
提交回复
热议问题