For years I\'ve developed with Winforms, now I want to switch to WPF and make a chessboard. Unfortunately I have no idea where to start. Using WPF makes me very unsure, I\'m
An alternative to the standard grid, is the use of a UniformGrid (msdn link).
UniformGrid
It's probably more suited to this (in my opinion) as it will ALWAYS give you the same size cells.
used ala:
any of these answers will give you the results you desire.