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

Timeline vs FixedTimeline #45

Open
morfair opened this issue Jul 26, 2021 · 3 comments
Open

Timeline vs FixedTimeline #45

morfair opened this issue Jul 26, 2021 · 3 comments

Comments

@morfair
Copy link

morfair commented Jul 26, 2021

What is the difference between Timeline and FixedTimeline?
Both have .tileBuilder()

@chulwoo-park
Copy link
Owner

FixedTimeline is not suitable for huge lists because it internally builds all children when it is created.

@boylenssen
Copy link

Also, I was unable to use the non-fixed version in a column

@Scheideba
Copy link

Timeline seems to be more like a ListView where FixedTimeline acts more like a column. If you want to use a Timeline in a column you need to put set shrinkwrap to true.

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

No branches or pull requests

4 participants