DataTrigger where value is NOT null?

后端 未结 12 627
野趣味
野趣味 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:00

    I'm using this to only enable a button if a listview item is selected (ie not null):

    
    

提交回复
热议问题