Best ScrollMode

Yesterday, while upgrading to FNC 2.2 I noticed a property that allows the grid to scroll either in PixellMode or CellMode. Which one is the best if we are having complaints about sluggish scrolling on iOS and Android ?

Hi, 


The default mode is CellMode, which is the fastest mode. Unfortunately there is little we can do to improve performance. We have already improved this from the FireMonkey version (TTMSFMXGrid) by stepping away from real object handling, but the way FMX handles the painting on Android is cumbersome. We never stop searching for ways to improve the performance of our components.