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
When browsing through the items in the listview SI is immediately loading the results and locks the listview.
Solution
It should use delayed event handling that only loads an item if it has been selected for more then for example 50 milliseconds. This allows to quickly scroll through the items with the keyboard without actually loading each item.
The text was updated successfully, but these errors were encountered:
Problem
When browsing through the items in the listview SI is immediately loading the results and locks the listview.
Solution
It should use delayed event handling that only loads an item if it has been selected for more then for example 50 milliseconds. This allows to quickly scroll through the items with the keyboard without actually loading each item.
The text was updated successfully, but these errors were encountered: