How to make add a fade-in/fade-out animation based on ViewModel property value?

前端 未结 1 1636
死守一世寂寞
死守一世寂寞 2021-01-13 22:12

I have a ViewModel which exposes the string property PageToolBarVisible which can be true or false:

1条回答
  •  借酒劲吻你
    2021-01-13 22:33

    You can put the BeginStoryboard inside your DataTrigger.EnterActions

    
        
            
                
                    
                
            
        
    
        
            
                
                    
                
            
        
    
    

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