Scroll horizontaly in Units View instead of size/step button

Hello,

I would like to know if it is possible that instead of adding buttons to see more Units in the Units view it would be possible to keep the size for example size:10 on page load but instead of steps and the arrow buttons have a horizontal scrollbar at the bottom?

Thanks,

-Jeremie

Hello,
there is no built-in solution for horisontal scroll neither in timeline nor in units view. However, if you application uses units view only, you can do a workaround with scheduler container - give it a big width and place in a smaller container with css scroll:auto

[code]

<div style="height:100%; width:3000px" id="scheduler here" ... .....
[/code] Then you'll be able to scroll scheduler with a scrollbar of the outer container. The header and buttons at the top will be scrolled with the rest of calendar. In order to resolve it you can hide the built-in header and draw it above the fixed height container