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

Use a list item factory instead of a set of ListBoxes #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ItzSwirlz
Copy link
Owner

@ItzSwirlz ItzSwirlz commented Mar 7, 2023

Just a test

This has a set of advantages. If there is a lot of saved symbols a lot of resources will be used, this ensures only what's needed is visible.

This might make it harder or easier for reordering, filtering and more advanced things with the sidebar.

See https://gtk-rs.org/gtk4-rs/stable/latest/book/list_widgets.html for more

This has a set of advantages. If there is a lot of saved symbols a lot of
resources will be used, this ensures only what's needed is visible.

This might make it harder or easier for reordering, filtering and more advanced
things with the sidebar.

See https://gtk-rs.org/gtk4-rs/stable/latest/book/list_widgets.html for more
With the ListView, the sidebar thinks it is wider than it actually is. Disable the scrollbar and add some padding.
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

Successfully merging this pull request may close these issues.

1 participant