-
ListView Selected Item
Have any easy question about ListViews. When my form opens up the first item in my listview is selected. How would I keep this from happening? Do I need to loop through all items in the list view and set the selected property to false or is there an eaiser way. I would like to keep my load time down on my form.
Thanks ahead of time.
-
May i comment
May be this helps...
Try setting its visibility?
After all Loading process then ListView1.Visible = True
-
I figured it out.
ListView1.GetFirstVisible.Selected = False