Hello,
I want to try and close the gap between the template add row (FixedAddRowOnTop) and the actual rows in the grid. There is a space of some 8-10 pixels between the fixed row and the rest. Can I make that gap smaller?
Thanks,
Colin.
That's the one, thanks :)
Okay, I was totally wrong on that one. Sorry about that. :)
That's not what I am seeing, I just dropped an UltraGrid on a form, set the AllowAddNew to FixedAddRowOnTop and it does definitely have that gap. I didn't change any other properties. This is version 8.1 of the grid.
Hm. It's hard to say how to reduce that gap since I am not sure how you are creating it in the first place. That's not the default behavior of the grid, though, so something in your code must be setting a property for that. Have you tried searching for "RowSpacingAfter"?
Above is a link to the screenshot...