You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a question.
I am considering implementing random access data virtualization in ListView to load data from arbitrary positions.
I understand that I should use ISelectionInfo, but I find it quite challenging.
It seems like I would also have to manage the data cache myself, such as for handling the scrollbar movement, which feels like a lot of work.
Is this really the only approach available?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I have a question.
I am considering implementing random access data virtualization in ListView to load data from arbitrary positions.
I understand that I should use ISelectionInfo, but I find it quite challenging.
It seems like I would also have to manage the data cache myself, such as for handling the scrollbar movement, which feels like a lot of work.
Is this really the only approach available?
random-access-data-virtualization
Beta Was this translation helpful? Give feedback.
All reactions