TTMSFNCPlanner: Changing the Width of Items.

Is it possible to programmatically change the width of items displayed in the TTMSFNCPlanner?

In Day mode, there are quite a few resources (26) and they are all squashed up in the timeline view.  I have the HorizontalScrollBarVisible property set to True but it doesn't appear to do anything because there is no horizontal scrollbar appearing.

= Steve

Set Planner.PositionAppearance.Stretch = false and increase the width with Planner.PositionAppearance.Size



Perfect!  Thank you.

= Steve