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
I personally think there is performance affected, depending on the type of Node you are adding and the styling and so forth,but it is definitely better handled compared to listview, and others.
Also dont try do a lot of calculations and processes there.
In the VirtualFlow class, there is no constructor but static methods taking a list of items and a mapping function to convert the items into Cells.
Are there any costs to performance if Node objects are passed in directly?
The text was updated successfully, but these errors were encountered: