Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why happens to performance when Nodes are used for items in the VirtualFlow/createVertical? #69

Open
zcaudate opened this issue Feb 16, 2019 · 1 comment
Labels

Comments

@zcaudate
Copy link

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?

@Jugen Jugen added the question label Aug 5, 2020
@newtingz
Copy link

newtingz commented Feb 7, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants