Styling nested elements in WPF

前端 未结 3 1337
太阳男子
太阳男子 2020-12-07 15:32

Suppose you have a nested element structure, for example a ContextMenu with MenuItems:


    

        
3条回答
  •  -上瘾入骨i
    2020-12-07 16:21

    Just to complete the original answer, I think it is clearer adding the nested style inside the parent like that:

    
            
        
    
    

提交回复
热议问题