Hi
I'm not good at English sorry
I want to scroll xamspreadsheet panel to some index.
How can I scroll page programmatically?
Thank you
Hello Joseph,
The SpreasheetPane class has a number of methods for scrolling a cell, row or column into view:
public void ScrollCellIntoView(SpreadsheetCell cell);public void ScrollColumnIntoView(int index);public void ScrollRangeIntoView(SpreadsheetCellRange range);public void ScrollRowIntoView(int index);
You can invoke these methods on the active pane:XamSpreadsheet.ActivePane
or any other XamSpreadsheet's pane:XamSpreadsheet.Panes[]
If you require any further assistance, please do not hesitate to ask.
Sincerely,Radko KolevSenior Software Developer
Hi,
How to scroll cell into view in Infragistics version 15.2?