TTMSFNCPlanner Horizontal Scrollmode

Hello,

i want to use the Horizontal Scrollbar in the planner. I set the property HorizontalScrollBarVisible to true. The Scrollbar appears, but scrolling works on a pixel base.
In TTMSFNCPlannerBase i found a protected property SrollMode which is not visble in TMSFNCPlanner in the property editor. I set this Scrollmode to smCellScrolling via a class helper for TTMSFNCPlanner. Now the scrolling works ok on a cell base.
Is there an "official" way to set this property? I have not found anything in the property editor.

Thank you for your support.

Best regards
Joachim

Hi,

There were no intentions to publish that property, but the base is actually a port from a grid, where this is published, so if the property setting for cell scrolling works, then it's fine to access it via a class helper. It's unclear right now if this will have side effects therefore we cannot publish it as-is without doing some proper testing.