views:

25

answers:

0

I have two datagrids (.Net 4.0/WPF), the first is datagrid with some datarows and it is rotated by RotateTransform Angle="-90". The second dategrid is under the first and has the same count of columns as the rows in the first datgrid. I want to scroll to the right in both datagrids. The horizontal offset of the second datagrid should be the same as the vertical offset of the first. The SmallChange-Property and the LargeChange-Props are also different (and read-only). It is possible to synchronize these scrollpositions?