How to remove ListView's add item animation?

后端 未结 7 2280
攒了一身酷
攒了一身酷 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条回答
  •  Happy的楠姐
    2021-02-14 06:46

    It might be in the default ItemsPanel.

    You could try something like this:

    
        
            
                
                    
                
            
        
    
    

    Why though do you want to go against the fluid part of the Fast and Fluid thing of the design language? Are you trying to implement something more bland than the templates or are you planning on adding your own transitions?

提交回复
热议问题