WPF Dynamic Data Grid’s Thumb position changed when row and column definition is added to selected dynamic grid
Requirement:
Our requirement is to draw an empty Grid(table with rows and columns) on top of a tables present in the image and for a single image there may be multiple grids. All the grids should be adjustable and we can add row separator and column separator on mouse button click in the grid. The grids, thumbs and rowcolumn definitions are created from code behind
Problem:
If column or row definition is created the Grid’s Thumb position changes and it moves to first row first column instead of remaining static in the outer grid. The top, left, right and bottom thumb’s position is changed. Can you please help us on this issue.