[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ScrollIntoView

ScrollIntoView Method

ScrollIntoView(int, int)

Scrolls the grid to bring a specific cell into view.

Declaration
public virtual TBuilder ScrollIntoView(int left, int top)
Parameters
Type Name Description
int left

the scroll left of the grid's scrollbar.

int top

the scroll top of the grid's scrollbar.

Returns
Type Description
TBuilder

Current builder.