grid start position

Hi.

I'm testing the planner for firemonkey but when i start de planner always selected 00:00 in the time column, how can i select another start time?

I have tested with the property "Positions.ViewStart" but it did not work.

thanks.

Hi, 


You need to use the TMSFMXPlanner1.TimeLine.ViewStart property or shrink the timeline using the DisplayStart and DisplayEnd properties. More of this is explained in the documentation.

Pieter Scheldeman2017-04-07 08:33:30

Thank you very much for the help.