I have a listbox(detailed view).My question is how do I get the index of the selected item?
Eventually,how to get the text at the index,but that should be easy.
|
|
I have a listbox(detailed view).My question is how do I get the index of the selected item? Eventually,how to get the text at the index,but that should be easy.
|
||
|
|
|
|
ListBox.SelectedItem Property:
Or, naturally, ListBox.SelectedItems Propery:
|
||||||
|
|
|
I think you mean ListView (not ListBox) so use SelectedItems and SelectedIndices properties. |
||
|
|
|
|
The selected index is in the The selected text is in the |
||||
|