Hi Sarthak,
Yes, WHEEL_MoveToPosEx() runs an animation but there is no interface to hook in custom code into this animation.
My guess is, you want to create a GUI for selecting a date, and based on the month, you want to show a different amount of days?
I think it would be more elegant to just maintain one wheel for the number of days and dynamically switch out the content list, based on the current month (i.e. based on the amount of required days).
You can just react on the WM_NOTIFICATION_VALUE_CHANGED notification that is sent by the WHEEL to know when a different month/day has been selected.
I hope this helps.
Best regards,
Florian