Please help me to handle following scenario.
1) I have grid with three column.
First column holding data in table format.
Second column holding Splitter control
Third column holding canvas of very large size say 2000 by 2000;
I need to synch two 1 column and 3 column.
I mean when i scroll 1st column 3 column also need to scroll.
In first column i have used list view to display data.
How can i achieve this functionality.
Thanks in advance
shreedhar