Two-dimensional virtualization for displaying large data sets #12114
DarthMazut
started this conversation in
Show and tell
Replies: 1 comment
-
Nice one. Consider to add it to AwsomeAvalonia |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Recently, I needed a 2D virtualization solution in Avalonia but couldn't find anything with satisfactory performance. Nesting one-dimensional panels with virtualization didn't provide the desired results, and even the solution I tried from this repository felt a bit laggy. As a result, I developed my own approach to tackle this problem.
I created a repository called VirtualizedGridAvalonia, which now hosts the VirtualizedGrid control. I've documented the essential details in the project readme file, so please read it first if you're interested in this project: Project Readme
For your convenience, I've attached a video demonstration.
Your feedback is crucial to me. I'd like to know if this project has any value for you and whether I should continue developing it to make it more customizable beyond my own needs. I appreciate any feedback you can provide. Also, please don't hesitate to let me know if you believe the solution is fundamentally flawed. Your input will help me save time.
Thank you.
VirtualizedGridDemoShort.mp4
Beta Was this translation helpful? Give feedback.
All reactions