search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How to disable rowheadercolumn resizing?

Asked by Artexy
5 years ago.

I want to fixate the row header columns. I have given the row columns a fixed width. But I still can grab the columnheader splitter and resize the columns?

Thank you

Comment posted by Artexy
5 years ago.

Forgot to mention: it is about the Scheduler. And I want to style columnheader_splitter as well.

Answer posted by Dan Letecky [DayPilot]
5 years ago.

The latest sandbox build (2019.2.3812) now supports rowHeaderColumnsResizable property which lets you disable the row header column resizing:

dp.rowHeaderColumnsResizable  = true;

When the resizing is disabled, the splitter width will be set to 1px.

You can apply custom styles to the splitter by overriding the styles for the "scheduler_default_columnheader_splitter" class. You can also generate a custom theme using the theme designer (https://themes.daypilot.org/) and manually adjust the output CSS file.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.