How to set animations/transitions when adding elements to a ListViews?

后端 未结 1 903
孤街浪徒
孤街浪徒 2021-01-19 02:01

I have got a ListView wich I added Elements by binding. The ListView looks like:

 

        
1条回答
  •  庸人自扰
    2021-01-19 02:47

    This should work:

    
        
            
                
                    
                        
                            
                        
                    
                
            
        
    
    

    *Update:

    You can also use ListView.ItemContainerTransitions to define these transitions.

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