Hello,

I have a ListView with many articles. Is it possible to select several
articles of a ListView? If yes how does it work?

regards

mathon

Re: select ListView by Tim

Tim
Mon Dec 27 14:15:06 CST 2004

The easiest way is to set the ListViews CheckBoxes property to True and let
the end user check multiple items to select them. If you want to allow your
end users the ability to actually multiselect, then you'll need to do some
pinvoking.
http://www.google.ca/groups?hl=en&lr=&threadm=u9n5ktK8DHA.2712%40tk2msftngp13.phx.gbl&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26selm%3Du9n5ktK8DHA.2712%2540tk2msftngp13.phx.gbl

--
Tim Wilson
.Net Compact Framework MVP

"mathon" <mathon@discussions.microsoft.com> wrote in message
news:E951881E-95B2-4836-B985-4CDC81618C61@microsoft.com...
> Hello,
>
> I have a ListView with many articles. Is it possible to select several
> articles of a ListView? If yes how does it work?
>
> regards
>
> mathon



Re: select ListView by Daniel

Daniel
Mon Dec 27 16:05:38 CST 2004

This thread pretty much covers your 3 options:
http://groups.google.com/groups?hl=en&lr=&c2coff=1&q=multiselect+lists&btnG=Search&meta=group%3Dmicrosoft.public.dotnet.framework.compactframework

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


"mathon" <mathon@discussions.microsoft.com> wrote in message
news:E951881E-95B2-4836-B985-4CDC81618C61@microsoft.com...
> Hello,
>
> I have a ListView with many articles. Is it possible to select several
> articles of a ListView? If yes how does it work?
>
> regards
>
> mathon