Scheduler view buttons alignment from a view option bar

Is it possible to align all 4 views (day, week, month, year) together with no distance between the buttons (make no space between the buttons)? Is it possible to change the order of the views and put them in a different background?

Hi,
you can disable automated positioning of buttons using this config:

scheduler.Config.fix_tab_position = false;

And then set the position of buttons using TabPosition property (left coordinate) and TabClass of the SchedulerView class. There are several predefined classes that sets rounding of borders. Please see the example
s3.amazonaws.com/uploads.hipcha … uttons.zip