ListView Selected Items Block or some kind of MultiSelect?

  • Thread starter Thread starter juvi
  • Start date Start date
J

juvi

Hello,

I want to add my data in the following form to my ListView:

---------------------------------------------
::1:: Information line 1
Information line 2
---------------------------------------------
::2:: Information line 1
Information line 2
---------------------------------------------

and so on....that means that I have now 2 columns and for each entry-block 2
ListViewItems. My problem is now that the selected Item is only one Item. I
want to have some kind of multiselect where if a user selects one of the
items the second item of the block will be also select: So the aim is to
select the Block and not just one Item. Is this possible? Please help me.

Thank you
juvi
 
Possible? Sure - anything in software is given time. Does the existing
control have the ability to do what you want? No. You'll have to create
your own custom control or use a list or grid that supports owner drawing.
What you want is fairly complex and I'd expect it to take easily a week to
implement. Just how long depends on how many "frills" you want in the
drawing and list management.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
Back
Top