mike-wigan Posted October 11, 2005 Posted October 11, 2005 I have a ListView with 5 columns. I want the user to use the mouse to click on any row and have the index of that row save into a variable. Same as can be done with a listbox. I'm trying to avoid the checkbox. thanks in advance :rolleyes: Quote
Leaders snarfblam Posted October 11, 2005 Leaders Posted October 11, 2005 Can't you use the ListView.SelectedIndecies property on the ListView.SelectedIndexChanged event? Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.