Grid with dynamic number of rows and columns, part 1
The post is devoted to the Wpf datagrid with dynamically defined number of rows and columns but all cells has the same size. For example, such grid could be used in chess or checkers game for 8×8 field. I used code from some sources, for example How to populate a WPF grid based on a… Read More Grid with dynamic number of rows and columns, part 1