Re: Datagrid performance on laptop with touchscreen

2024-04-02 Thread VINCENT JUGE
Unfortunately, this feature is only implemented for the Spark scroller component used by the Spark Datagrid. Is it possible for you to switch to the Spark Datagrid ? Le 02/04/2024 à 15:39, Julien Desquenne a écrit : Hello Vincent, thank you for your suggestion. Actually, I'm currently using

Re: Datagrid performance on laptop with touchscreen

2024-04-02 Thread Julien Desquenne
Hello Vincent, thank you for your suggestion. Actually, I'm currently using the mx.controls.DataGrid component in my application, which doesn't have a maxDragRate property like the Scroller component. Best regards, Julien

Re: Datagrid performance on laptop with touchscreen

2024-04-02 Thread VINCENT JUGE
Hi, You can try setting the  maxDragRate static property of the Scroller to its maximum (60 fps) Scroller.maxDragRate = 60; Vincent. Le 02/04/2024 à 15:07, Julien Desquenne a écrit : Dear Apache Flex community, I am reaching out to inquire about a performance issue I have encountered

Datagrid performance on laptop with touchscreen

2024-04-02 Thread Julien Desquenne
Dear Apache Flex community, I am reaching out to inquire about a performance issue I have encountered with the DataGrid component when running my application on touchscreen laptops. Specifically, when scrolling the DataGrid (i.e., scrolling down to search for a row), the performance is very