I need to draw a chessboard in WPF. I'm new in WPF and writing some working code in XAML is quite complicated for me.
So far I read that I should probably use a TileBrush however I don't really know how to use it. I also read that some people draw boards using UniformGrid, however I don't know how to fill in the grid's cells in the proper order. What is more I use canvas to do all my operations, so I don't know if I can use uniformgrid in canvas.
I also would like the board to resize if I change the dimensions of the window.
Is it possible to do that?