M
MesPia
Guest
I'm creating a Windows Forms application that has a MenuStrip and a StatusStrip. The rest of the form is to be a simple crosss-hatched grid suitable for displaying an array of two-dimensional boolean values such that each cell of the grid is either filled (true) or unfilled (false). The DataGridView control seems to be way too much of an overkill. I don't need headers. I don't need a complicated data source (it's just a bool [,]). I can't seem to find a simple grid control that would do what I need. Any ideas, please?
Continue reading...
Continue reading...