How to remove ListView's add item animation?

后端 未结 7 2262
攒了一身酷
攒了一身酷 2021-02-14 06:26

I have a ListView and I edited its ItemContainerStyle to modify some style but I don\'t know how to remove that annoying animation when you add an item

7条回答
  •  -上瘾入骨i
    2021-02-14 06:39

    Thanks to Damir's answer, this is how I did it. Just add this in your App.xaml

    
        
            
                ...
                
            
        
    
    

提交回复
热议问题