An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
when specifically setting hideHorizontalScrollbar to false seems to cause errors and the scheduler won't load at all.
Setting this value to true does in fact hide the scrollbars
Not including this toggle in the config allows the scheduler to load properly and shows scrollbars as expected."
Forum post
"Hi,
when specifically setting hideHorizontalScrollbar to false seems to cause errors and the scheduler won't load at all.
Setting this value to true does in fact hide the scrollbars Not including this toggle in the config allows the scheduler to load properly and shows scrollbars as expected."
hideHorizontalScrollbar: false,
and the error will appear.