Simultaneous scroll of two panels?

I lot of my definitions I do need to check the initial and the resulting of operations using two individual panels. I would love to be able to scroll simultaneously both panels so to have them always in sink to the same line.

synchronous_panel_scroll.gh (10.4 KB)

best suggestion I could think about is to Concatenate the Initial and Final data into a unique string

4 Likes

Something like this might work for you:


240112_ScrollNamedPanels.gh (13.6 KB)

11 Likes

Yes, this is what I am looking for. Thank you.

1 Like