Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
855
Keeping Bands in sync
posted

I have multiple bands in a linear hierarchy that I want to keep in sync (same columns, same column order, etc.).  Is there a way to do this?

 Thanks.

 -Nick 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi Nick,

        You probably want to trap the Befiore/AfterColPosChanged event. This will tell you when a column is moved so you can adjust the appropriate column in the other band(s). To control the position of a column, you use the column.Header.VisiblePosition property.  

Children