DataTrigger where value is NOT null?

后端 未结 12 628
野趣味
野趣味 2020-11-27 10:56

I know that I can make a setter that checks to see if a value is NULL and do something. Example:


  
    

        
12条回答
  •  粉色の甜心
    2020-11-27 11:13

    If you are looking for a solution that does not use IValueConverter, you can always go with below mechanism

           
                
                 
                    
                        
                    
                
                
                
                    
                        
                    
                
                

提交回复
热议问题