This question is locked. New answers and comments are not allowed.
Hi,
I have a simple question I hoped you could answer:
I have 2 grids that are bound to 2 different ItemSources but each row shows information about the same "entity". What I would like to achieve is that when I scroll in one grid, the other grid will scroll the same way automatically so that the viewports in the two grids always show the same rows/entities. If top row in one grid shows data for "item X", then the top row in the other grid should also be "item X". But I don't seem to be able to get this "synchronized" scrolling to work. First of all I can't find an event that is raised when user scrolls a grid, and second I can't find a method that sets the top row in the viewport as the same top row in the other grid's viewport. (I have done the same functionality before in another application using Farpoint Spread as the grid). Any suggestions?
I have a simple question I hoped you could answer:
I have 2 grids that are bound to 2 different ItemSources but each row shows information about the same "entity". What I would like to achieve is that when I scroll in one grid, the other grid will scroll the same way automatically so that the viewports in the two grids always show the same rows/entities. If top row in one grid shows data for "item X", then the top row in the other grid should also be "item X". But I don't seem to be able to get this "synchronized" scrolling to work. First of all I can't find an event that is raised when user scrolls a grid, and second I can't find a method that sets the top row in the viewport as the same top row in the other grid's viewport. (I have done the same functionality before in another application using Farpoint Spread as the grid). Any suggestions?