I'd like to add an option to my ListView, so that I can change it's view (tile, list, details,...) - just like in Windows Explorer. How can I build such a menu? With PictureBox and MenuStrip?
PS: winforms, not WPF
Thanks!
I'd like to add an option to my ListView, so that I can change it's view (tile, list, details,...) - just like in Windows Explorer. How can I build such a menu? With PictureBox and MenuStrip?
PS: winforms, not WPF
Thanks!
Set its ContextMenuStrip property. Choosing Details does require you to add Columns.
How I did it: