how can I get a selected Item vom "MetroListView?
Previously I had implemented this with a Listbox
StarcDevice = listBox2.GetItemText(listBox2.SelectedItem);
But with MetroListView I don't have such a Method
I hope someone can help me.
how can I get a selected Item vom "MetroListView?
Previously I had implemented this with a Listbox
StarcDevice = listBox2.GetItemText(listBox2.SelectedItem);
But with MetroListView I don't have such a Method
I hope someone can help me.
You can get first element from selected items and get text with
Textproperty.For fast search MetroListView members you can check here
https://learn.microsoft.com/en-us/previous-versions/jj681324(v=msdn.10)