Regarding zooming processing in TMSFNCPlanner

Is there a good way to smoothly zoom in and out using pinch-in/pinch-out operations in TTMSFNCPlanner?

Currently, I've implemented this by using EventInfo.GestureID = igiZoom in the OnGesture method and directly changing PositionsAppearance.Size and TimeLine.DisplayUnitSize by increasing or decreasing EventInfo.Distance.

Is there a better way that I just don't know?

Hi,

Sorry there is no animation or smooth zoom in/out mechanism unfortunately.

thank you

I'll try to work around it using my current code.