scrollToColumn(columnIndex: Number)
[starting from version: 2.8.27]
Scrolls the grid to the specified column.
columnIndex
– Number. The index of the column to which the grid will be scrolled. Indexes start from 0
.flexmonster.scrollToColumn(10);
See the full code on JSFiddle.