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?
|
feedback
|
|
If your context menu is a
Thanks to the
P.S. | ||||
|
feedback
|
|
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 | |||
|
feedback
|
|
For what it's worth for anyone who stumbles across this having problems with: Constructor on type 'System.Windows.Forms.ToolStripControlHost' not found. The only way I got it to work was by putting the derived control in it's own file. When it is in the same file as another control it confuses the designer. | |||
|
feedback
|
