AD
Administrator
Syncfusion Team
June 25, 2004 03:27 PM UTC
Try using grid.ScrollCellInView to see if that does what you need.
You can also explicitly set this.grid.TopRowIndex to specify what you want as the top row.
DA
Dan
June 25, 2004 06:08 PM UTC
Thanks Clay!
TopRowIndex ended up being what I needed. The help seems a little "off" on this one, says:
"Gets or sets the column index of the left column. Scrolls the grid when changed."
column index?
They ScrollCellInView seems to do the same thing, and I guess have the additional feature that you can get horizontal scrolling involved if the cell is way off the view to the right.
Thanks again!