How do I correctly bind a Popup to a ToggleButton?

后端 未结 4 1370
猫巷女王i
猫巷女王i 2020-12-09 09:05

I am trying to do something that seems relatively simple and logic from a user interface level but I have one bug that is very annoying. I have a ToggleButton a

4条回答
  •  暖寄归人
    2020-12-09 09:33

    Solution without IValueConverter:

    
        
            
                
            
        
    
        
            
                This is a test
            
        
    
    

提交回复
热议问题