I've found the following article in the knowledge base:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=2546
it is from 2002. Is there no way to change this behavior?
We use rowlayouts and have often tall rows in small grids, we need to scroll the whole row into view.
Any suggestions?
Regards
@fruitbat
We also have the same issue and are currently considering options around it.
Ideally however the grid to be able to scroll either pixel-based (as it does horizontally) or row by row as it does currently depending upon some customisable proerty.
Surely this can be fixed, and comments like you should ensure the rows are short enough or the grid large is not good enough, the whole point of buying a 3rd party grid is to get the features we need, not to limit what we can and can't do!
Scrolling is a fundamental user interaction, so how come infragistics works different to all other programs that have a scroll bar.
No, there is no way around this. The grid will always scroll so that a row is flush against the top of the row area, so if your row is taller than the grid, there will be parts of the row that are not visible. You should ensure that either your rows are short enough to fit in the grid or that you grid is big enough to accomodate an entire row height.