c#用于listview标题的单独上下文菜单

时间:2022-09-13 08:31:51

How do i assign a separate context menu to the column headers of a listview in c#?

如何在c#中为listview的列标题指定单独的上下文菜单?

1 个解决方案

#1


ObjectListView (an open source wrapper around .NET WinForms ListView) has an ColumnRightClick event. The demo shows how to show a menu in response to that event.

ObjectListView(.NET WinForms ListView的开源包装器)有一个ColumnRightClick事件。该演示展示了如何显示响应该事件的菜单。

#1


ObjectListView (an open source wrapper around .NET WinForms ListView) has an ColumnRightClick event. The demo shows how to show a menu in response to that event.

ObjectListView(.NET WinForms ListView的开源包装器)有一个ColumnRightClick事件。该演示展示了如何显示响应该事件的菜单。