Adding a TrackBar control to a ContextMenu

后端 未结 3 1434
盖世英雄少女心
盖世英雄少女心 2020-12-17 05:08

Is it possible to add a TrackBar control to a ContextMenu? So when I right click, my ContextMenu will drop down and a TrackBar will appear as a menu item?

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 05:27

    Yes, you need to set the context menu to user draw and draw the menu items yourself. You will have to create a custom MenuItem the implementes a TrackBar

提交回复
热议问题