Right now we create instances of every action's dialog (or property dialog) in each row.
This means that the UI becomes less responsive for large lists (with more than 20 or 50 rows).
This acts logarithmically and we will hit a wall soon.
Find a way to create only one instance of each dialog for each list, and on opening it load its data.
Right now we create instances of every action's dialog (or property dialog) in each row. This means that the UI becomes less responsive for large lists (with more than 20 or 50 rows).
This acts logarithmically and we will hit a wall soon.
Find a way to create only one instance of each dialog for each list, and on opening it load its data.