Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您单击MenuItem. 我尝试了造型ContextMenu,但我猜它们不是同一个控件,因为它只影响实际的上下文菜单。所以我想知道如何访问 MenuItems 列表,比如TargetType它是什么,或者我是否必须以其他方式访问它。我也尝试了造型HeaderedContentControl,这似乎没有改变任何东西。
MenuItem
ContextMenu
TargetType
HeaderedContentControl
您将需要修改MenuItem ControlTemplate. MSDN 上有一个示例,应该作为一个很好的起点。
ControlTemplate
菜单项控件模板示例