ih im using vs10 and i found this listview control.
found how to use most of its feturs (not sure its the best for what i need yet)
but i cant find how to get the item i clickd on!
the listview points to a dictionary. now how do i get a ref bake from what i selected to the dictionary???
listview
Started by kalixxx, Nov 12 2012 12:26 AM
3 replies to this topic
Sponsor:
#2 Members - Reputation: 2108
Posted 12 November 2012 - 01:52 AM
Unfortunately you don't mention the language and/or framework, so I assume Windows.Forms with C#?
You find the selected items in ListView.SelectedItems.
If you want to store a reference to your own objects in a ListView you can use the .Tag member of the ListViewItem.
You find the selected items in ListView.SelectedItems.
If you want to store a reference to your own objects in a ListView you can use the .Tag member of the ListViewItem.
Fruny: Ftagn! Ia! Ia! std::time_put_byname<wchar_t>! Mglui naflftagn std::codecvt<char,char,mbstate_t> eY'ha-nthlei!






