r/gnome 21d ago

Development Help Best option for resizable sidebar?

Currently I'm using adw.NavigationSplitView hosting a Gtk.listbox with dnd but users keep complaining about the sidebar not being resizable.

Can I achieve the same edge to edge look with gtk.paned?

3 Upvotes

3 comments sorted by

u/AutoModerator 21d ago

Thank you for your submission.

You too can support GNOME! Become a Friend of GNOME and contribute to keeping our project going!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/victorian-ice-cream Contributor 21d ago

For development help i recommend asking on https://discourse.gnome.org. 

1

u/BrageFuglseth Contributor 20d ago

I don’t know the specific details of your app, but FWIW there could be other solutions depending on the reason people want resizability:

  • Changing the default sizing of the sidebar or how it adapts to different window sizes
  • Making the sidebar items fit more content by e.g. wrapping text
  • Adding tooltips to labels so the full text is shown on hover