Grid with dynamic number of rows and columns, part 2
Introduction The post is devoted to the Wpf datagrid with cells that has defined fixed size but number of rows and columns is updated dynamically in order to fill all available space. For example, such grid could be used in games at infinite 2D field or implementation of cellular automaton. In the previous post Wpf… Read More Grid with dynamic number of rows and columns, part 2