I am attempting to replicate the grid you see below taken from a popular accounting software program. I'm not after the title bar or any of the other controls, just a data grid view that behaves like the one shown, kinda like a check register. Does anyone know if this is possible with the DataGridView control or if a custom control needs to be built for this:
I have looked online for this, and maybe I'm searching for the wrong thing because everything talks about wraping text in a cell, I don't care about that, I'm after wraping cells in a row.
Forgive the black marks, they are there to protect the innocent and to hide irrelevant stuffs.
I appreciate any feedback.