How do You Add Radio Buttons To Menu Items?

前端 未结 2 2227
遇见更好的自我
遇见更好的自我 2021-02-19 08:54

I would like to add radio buttons to my menu items.

I have seen a few answers where people were making radio buttons as the menu items. But I want my menu items to have

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-19 09:15

    You can change the look of a Control by changing its Template-property:

                
                    
                        
                            Radio
                        
                    
                
    

    EDIT: Use a RadioButton as MenuItem-Icon, to get the look which is shown in the picture:

                    
                        
                            
                        
                    
    

提交回复
热议问题