HI,
I want to show selected row in the middle or top position in datagrid.
Right now it is showing in the bottom. I have used
Cells[0].IsActive
Please give me sample for that.
Thanks,
Nandu
Hi,
is anybody has solution for that,
Hi Nandu,
Currently you can't do that. We only allow for the Row to be Scrolled to the top, if it's out of view above your current position, or the bottom if you're above the row to scroll to.
-SteveZ
Thanks for reply..but how row can Scrolled to the top.
Regards,
The xamGrid determines this on its own, based on whether the row being scrolled into view, is above the current viewport, or below the current viewport.
There isn't an option to force the xamGrid to do this.