News

I want the row to appear right before the current row being created. I have tried all sorts of stuff like grid.Controls (0).Controls.AddAt (grid.items.count - 1, dgitem), but nothing seems to work.
I just started getting back into this, and I'm just trying to make a simple DataGrid do its thing, and it's driving me fucking insane. I feel certain it's something stupid that I'm forgetting, but ...