Rotated view, column widths

(Delphi XE3 and newest version of TPlanner). New to planner I'm struggling with the component. The task is to build a resource planner in rotated view, having items in rows, and dates in columns.


I have monday, tuesday etc. columns and I want to set the width (height? (this is very confusing)) of the columns, so that the weekend days are narrow and the others quite wide.

I have tried PositionWidths[index] and such, but nothing seems to do as hoped.

Thanks in advance

You can set this width with Planner.Display.DisplayScale

Thanks Bruno.


That got me a bit further, but I was hoping you knew of a "OnCalcColumnSize (or OnCalcRowHeight) event to hook up to, so I could set the size individually, I need to narrow the two weekend columns, not leaving them out. They are needed to visually separate the weeks.

In the end I may have to remove the two, but I need to find that out too.

Any idea on how to set column width individually and/or how to rid the weekend columns?

... hellooo?

Sorry, the time-axis always has equidistant time-slots.