Re: listview
From: Gerry O'Brien [MVP] (gerrydotobrien_at_gmaildotcom)
Date: 09/20/04
- Next message: Gerry O'Brien [MVP]: "Re: Application development using .net"
- Previous message: Wild Wind: "Re: Scope, Classes and Properties"
- In reply to: Frank: "listview"
- Next in thread: Frank: "Re: listview"
- Reply: Frank: "Re: listview"
- Messages sorted by: [ date ] [ thread ]
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 > >
- Next message: Gerry O'Brien [MVP]: "Re: Application development using .net"
- Previous message: Wild Wind: "Re: Scope, Classes and Properties"
- In reply to: Frank: "listview"
- Next in thread: Frank: "Re: listview"
- Reply: Frank: "Re: listview"
- Messages sorted by: [ date ] [ thread ]