Hi,
This is a little hard to explain, so i will start with an example..
Suppose we have 20 records associated with a DataGrid, with the first row beeing the Active Row, and a Visible Region of 5 rows, in the beginning we can see rows 0 to 4 and if we scroll down we will see rows 1 to 5, and so on... The thing is that i would like that the 5th row would only become visible when i scrolled from row 4 to 5, that is, when i reach the end of the visible area, and not when i scroll from row 0 to 1. Any ideas? Any property in the DataGrid that would accomplish this?
thanks
This is a little hard to explain, so i will start with an example..
Suppose we have 20 records associated with a DataGrid, with the first row beeing the Active Row, and a Visible Region of 5 rows, in the beginning we can see rows 0 to 4 and if we scroll down we will see rows 1 to 5, and so on... The thing is that i would like that the 5th row would only become visible when i scrolled from row 4 to 5, that is, when i reach the end of the visible area, and not when i scroll from row 0 to 1. Any ideas? Any property in the DataGrid that would accomplish this?
thanks