WPF: Draw a grid on a Canvas?
- by stefan.at.wpf
Hello community,
I'm currently trying to add gridlines to a canvas. I need an exact free space between them, where I'd like to place something for hit detection per cell, maybe simply a transparent border or such a thing.
While I thought this would be an easy thing, I'm facing problems like antialiasing and that lines in WPF aren't very…