how do I programmaticall y select an item in the listview item? In the
Listbox, I would just do "ListBox1.Selec tedIndex = x". But the only
thing similar in the listview is the SelectedIndices Collection, and
that is "get" only.
Listbox, I would just do "ListBox1.Selec tedIndex = x". But the only
thing similar in the listview is the SelectedIndices Collection, and
that is "get" only.
Comment