[]
Scrolls the grid to bring a specific cell into view.
public virtual TBuilder ScrollIntoView(int left, int top)
Type | Name | Description |
---|---|---|
int | left | the scroll left of the grid's scrollbar. |
int | top | the scroll top of the grid's scrollbar. |
Type | Description |
---|---|
TBuilder | Current builder. |