Notifications
Clear all

[Closed] listview select subitem

How do you set listview(dotnet) to be able to select subitems? Thought that simply changing .fullRowSelect = true from false to true would do it but now reading from msdn site that .View = (dotNetClass “System.Windows.Forms.View”) needs to have ‘details’ turned off.

Any help would be appreciated.

2 Replies

ListView does not support choice SubItems
You must use “System.Windows.Forms.DataGridView” for this.

^What he said, but if you just need to return the subitem:
http://forums.cgsociety.org/showthread.php?f=98&t=735877&highlight=listview