FNC Planner (Firemonkey), OnVScroll event not fired when scrolling with mousewheel

When scrolling with the mousewheel the FBlockScrollingUpdate is true, so the event is not fired.
Please Fix ! :slight_smile:

procedure TTMSFNCPlannerBase.VScrollChanged(Sender: TObject);
begin
if FBlockScrollingUpdate then
Exit;

if not IsMouseDown then
StopAnimationTimer;

VerticalScrollPositionChanged;
end;

Hi,

We have applied a fix for this issue. Next version will address this.
Thanks for reporting!