Groups | Blog | Home
all groups > vb.net > september 2004 >

vb.net : listview


Gerry O'Brien [MVP]
9/19/2004 9:05:26 PM
Change the MultiSelect property to False in the property window or in code
use this line;

ListView1.MultiSelect = False



--
Gerry O'Brien MCT, MCDBA, MCSD
Visual Developer .NET MVP


[quoted text, click to view]

Frank
9/19/2004 9:53:01 PM
Hi,
I have a listview (with detaillines), with fullrowselect. I want to prevent
the selection of more than 1 row. Is that possible? With some property of by
capturing some event?
Thanks
Frank

Frank
9/21/2004 8:15:26 AM
Thanks Gerry, I knew it should be something like that, but couldn't find the
property (there are so many).
Frank
[quoted text, click to view]

Gerry O'Brien [MVP]
9/21/2004 9:50:48 AM
Yep, .NET is huge in more ways than one.

One big help I find is to use the MSDN help for the control you are working
with and then looking at the members section. That lays out all the
properties and methods.



--
Gerry O'Brien [MVP]
Visual Basic .NET(VB.NET)




[quoted text, click to view]

AddThis Social Bookmark Button