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