Can I create a multiple-column context menu in .NET Windows Forms?
问题 I want to create a context menu that has several columns. Basically it would go like this: First item | [common option] | All Options > Second item | [common option] | All Options > Third item | [common option] | All Options > Fourth item | [common option] | All Options > So basically there are a bunch of items (generated at runtime), each item can be launched on its own; or with a commonly used option; or you can get a submenu with all possible options. How can I do this? I'm trying to abuse