B
Bob Geltz
I am able to populate a ListView with several detail lines (several
columns). When finished, I would like to pre-select the first item in the
list (before the user interacts with the list). This way, if a user clicks
on the OK button, there will be a default selection. I know how to use
ListView.SelectedItems to get the selection, I just don't know how to make
an item be selected without the user actually clicking on a line.
Any suggestions? This has to be a trivial problem, but I cannot find
anything in the documentation that tells me what property to set (or how to
set it)
Thanks..
columns). When finished, I would like to pre-select the first item in the
list (before the user interacts with the list). This way, if a user clicks
on the OK button, there will be a default selection. I know how to use
ListView.SelectedItems to get the selection, I just don't know how to make
an item be selected without the user actually clicking on a line.
Any suggestions? This has to be a trivial problem, but I cannot find
anything in the documentation that tells me what property to set (or how to
set it)
Thanks..