Center current record in DataGridView
Posted
by Max
on Stack Overflow
See other posts from Stack Overflow
or by Max
Published on 2010-05-27T19:28:21Z
Indexed on
2010/05/27
19:31 UTC
Read the original article
Hit count: 168
When programmatically changing the current record in the DataGridView is it possible to make it in such way that this record would be centered (vertically) in the grid? When I change the current record it is shown either as the top row or as the bottom row. I'd like it to be in the middle. Would this be possible/simpler in WPF?
© Stack Overflow or respective owner