I have two schedulers on the same page, the first scheduler has some extra columns fields in the rowHeaderColumn. I've managed to lock the scrolling of the two schedulers, but the width of the resource column is different. I can manually drag the column divider of the second scheduler to make it the same width, and thus make the schedulers align, but I want them to be aligned automatically. I've tried setting the rowHeaderWidth property of both schedulers to the same value, but this doesn't seem to have any impact. Any suggestions?