krkarthik_info
9 years agoFrequent Contributor
How to click the control which is not visible on screen
Hi All, I have a Infragistics control XamDataGrid in my application which contains multiple RecordListItemContainer for multiple rows/records. By default the grid shows only 4 rows in a visible r...
- 9 years ago
Does your grid have row indicators? If so, you can try ClickRowIndicator:
gridObj.ClickRowIndicator(rowIndex)
It should automatically scroll the grid to the specified row.