JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/jlynch7/SlickGrid/wiki
MIT License
89 stars 76 forks source link

Possible to have a single horizontal scrollbar? #49

Open alexeib opened 11 years ago

alexeib commented 11 years ago

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?