Click here to Skip to main content
15,910,886 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I´ve a ListView with two columns. In first column (Blocks) I´ve a number of blocks an each block has associated a few movements that are shown in second column (Movements).
I trying to have the next structure:

Block   Movements
              1
1            2
              3

              1
2
              2

I´m going to use an example to give my explanation:
When I select the first block (1) all its associated movements (1,2,3) have to be selected and viceversa, if I select one movement, the block associated has to be selected.
How I can get this?

I hope all is clear. If it isn´t, sorry, It´s my first time.

Regards and thanks.
Posted

1 solution

How to merge datacells in WPF DataGridView[^]

Please have a look at this link..... hope this will help you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900