JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet

Home Page:https://github.com/jlynch7/SlickGrid/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to have a single horizontal scrollbar?

alexeib opened this issue · comments

When using other grid controls (e.g. devexpress) or even standard spreadsheets like excel, the way frozen columns work is that you get a single scrollbar that scrolls the unfrozen columns. In this implementation, we have two scrollbars, one for frozen section and the other is for unfrozen section. Is it possible to have only one scrollbar stretching across the entire grid that would only scroll the unfrozen part of the grid?