I have 3 grids width 3 columns, witch have width=”Auto”. I want to equate resulting width of the corresponding columns. So i need this rule:
grid[0].column[0].width = grid[1].column[0].width =
grid[2].column[0].widthgrid[0].column[1].width = grid[1].column[1].width =
grid[2].column[1].widthgrid[0].column[2].width = grid[1].column[2].width =
grid[2].column[2].width
Is it possible in wpf?
Or: is there another way to bild Table, with possability to unite cells( in a vertical, and horisontal), where interface of data is fixed?
thx
You can use the Grid.IsSharedSizeScope and SharedSizeGroup properties to make the columns or rows in different Grids share the same width or height