Re: listview

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Gerry O'Brien [MVP] (gerrydotobrien_at_gmaildotcom)
Date: 09/20/04


Date: Sun, 19 Sep 2004 21:05:26 -0300

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
"Frank" <frank@frank.com> wrote in message 
news:ciko39$4ae$1@news2.zwoll1.ov.home.nl...
> 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
>
>