In WinForms, I have to quickly set up a list of items that have some text and a dropdown of commands/buttons. This would be easy in XAML (I’m getting spoiled), but I’m not familiar with Winforms.
Do any of the std Winform controls provide this?
Can anyone suggest a 3rd party control??
The image shows a drop-down being shown when hovered.
Thanks

Looks like a normal context menu, so you can probably do this with the
ContextMenuStripcomponent. Call one of itsShow()methods when you want to open it.