-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
We had already developed a custom grid control by organizing rows and cells within it and reporting it to the framework. However, the issue was closed with the suggestion to try version 9.0.40. We checked with the requested solution with both 9.0.40 and 9.0.50, and it seems to be fixed. However, when I tested by adding more columns and rows, I encountered degradation in scrolling performance again. The provided solution is not feasible.
It seems clipping more column also affects the scrolling performance.
Previously reported issue link: Clip Issue
We have shared the modified sample in the repository below for your reference.
Steps to Reproduce
- Run the Sample from the Repo.
- Scroll Horizontally.
Link to public reproduction project repository
https://github.com/SethupathyD/Clipping.git
Version with bug
9.0.50 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
macOS, iOS
Affected platform versions
No response
Did you find any workaround?
No