How to control two datagrids from a single scrollbar?
-
Hi guys, I have two datagrids, one on top of the other, and I have removed the scrollbar from the bottom one. Both datagrids are the same width (wider than the parent control) and I would like them to always line up so the question is.. How can I make the bottom datagrid always line up with the top datagrid when the top datagrid is moved by user editing or by scrollbar Thanks in Advance :)
-
Hi guys, I have two datagrids, one on top of the other, and I have removed the scrollbar from the bottom one. Both datagrids are the same width (wider than the parent control) and I would like them to always line up so the question is.. How can I make the bottom datagrid always line up with the top datagrid when the top datagrid is moved by user editing or by scrollbar Thanks in Advance :)
Anyone have any idea on how to do this? Even if you have a method to do part of it. ie. how to determine how far the "active" panel is scrolled over or... ? Anyone?