Scrolling TPlanner

Hello,

We are using the TPlanner component for our software, I wish to know if there is any event for scrolling other than using OnPlannerSelChange ? This event works for as mouse wheel scroll but it isn't triggered when using the scrollbar.

I have other questions perhaps you could awnser in this thread too,
Is it possible to hide the date on each day of a timeline planner ?
Is it possible to have a different displayunit per day in a timeline planner ?

Could you help me ?

Thanks in advance.

OnTopLeftChanged is triggered when scrolling.

Hide the date where?
The display unit applies over the entire timeline

Thank you for your reply.

I am talking about the date circled in red in the picture below.

Since the display unit only applies to the whole timeline perhaps I am using the wrong type of planner. I wish to have on the time axis a multi-resource that for each resource I want to have a day time with a display unit that could differ from resource. on the other axis, have per day grouped by week and month.
I am using a timeline because I couldn't find a way to have multiple times per resource on the same axis maybe there is a better approche...
If you have any idea I'll gladly take your advice.

Thank you for your help.

Set

Planner.Display.DateTimeFormat := ' ';

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.