ListView Selected Items Block or some kind of MultiSelect?

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top