Control the colors of Gridlinecolor

Hi Bruno & Co.,


I would like to control the control the color of the GridLines better. If you see my example below I would like the GridLinesColor = clWhite and the hour-line to appear blackish and the quarter lightgray (the planner shows 5 minutes intervals).

Is there any easy way to accomplish this?

Thanks!

Lasse Laegteskov

With the events Planner.OnPlannerBottomLine & Planner.OnPlannerRightLine, you can customize border colors of timeslots by changing the APen.Color / APen.Width of the APen parameter of the event.

Super :-) Thanks!