locked
Synch two control inside different column of Grid RRS feed

  • General discussion

  • 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



    • Edited by SID VESIT Saturday, August 10, 2013 9:28 AM
    Saturday, August 10, 2013 9:16 AM

All replies

  • You will have to do this in code. You can listen for changes to the VerticalOffset for the ScrollViewer in the columns you want to synchronize and then call ScrollToVerticalOffset in the other one.

    --Rob

    Sunday, August 11, 2013 1:37 AM
    Moderator