EventTrigger with Setter in WPF?

后端 未结 1 1338
梦如初夏
梦如初夏 2020-12-15 08:03

I have a normal Button and TextBox in a WPF-Window and I want a Template for the Button with a EventTrigger that listens to Button.Click and then sets a boolean-property of

1条回答
  •  执念已碎
    2020-12-15 08:47

    Here is a sample that sets and clears Focusable on a TextBox from an EventTrigger.
    Hopefully you can adapt this example to your situation.

    
        
            
            
            
        
        
        
        
        
        
            
                
                    
                        
                            
                        
                    
                
            
            
                
                    
                        
                            
                        
                    
                
            
        
    
    

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