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
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.
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.