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

[GTK] if tabs go outside of content, there should be arrow to see available tabs #2409

Closed
Miepee opened this issue Feb 15, 2023 · 1 comment

Comments

@Miepee
Copy link
Contributor

Miepee commented Feb 15, 2023

Expected Behavior

If all the tabs don't fit on screen, there should be arrows to switch between the available tabs

Actual Behavior

The content just switches further
image

Steps to Reproduce the Problem

  1. Try the TabControl test on Eto.Test and create lots of tabs

Specifications

  • Version: 2.7.3
  • Platform(s): GTK
  • Operating System(s): Arch Linux
@cwensley
Copy link
Member

cwensley commented Feb 22, 2025

The native TabControl control for MacOS (NSTabView) doesn't have these features and are intended for only a few tabs, so the other platforms follow suit. Please use DocumentControl for more tabs, which has other features like closing, reordering, and having more tabs than can fit horizontally.

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

2 participants