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

[non-Skia] Support for SelectorBar #15707

Open
BreeceW opened this issue Mar 1, 2024 · 2 comments
Open

[non-Skia] Support for SelectorBar #15707

BreeceW opened this issue Mar 1, 2024 · 2 comments
Assignees
Labels
area/porting 🖨️ Categorizes an issue or PR as relevant for porting of WinUI code difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/enhancement New feature or request

Comments

@BreeceW
Copy link

BreeceW commented Mar 1, 2024

What would you like to be added

Uno should add the segmented selection control, SelectorBar, added to WinUI 3 in the 1.5.0 release.

Why is this needed

This control is useful for users to select between views as a lighter alternative to Pivot and a fixed alternative to TabView. It is also needed to be aligned with the controls available in WinUI.

The SelectorBar control, showing a selected item and icons

For which platform

WebAssembly, Android, iOS, macOS (AppKit), Mac Catalyst, Skia (WPF), Skia (GTK on Linux/macOS/Windows), Skia (Linux Framebuffer)

Anything else we need to know?

Requires #14091 (could be implemented without ItemsView, but needs ItemContainer)

@BreeceW BreeceW added difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. kind/enhancement New feature or request triage/untriaged Indicates an issue requires triaging or verification labels Mar 1, 2024
@Youssef1313
Copy link
Member

#14091 requires ScrollView as well, which requires composition keyframe animations, and possibly requires additional enhancements to the recently implemented InteractionTracker

@MartinZikmund MartinZikmund self-assigned this Apr 26, 2024
@MartinZikmund MartinZikmund added area/porting 🖨️ Categorizes an issue or PR as relevant for porting of WinUI code difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers and removed triage/untriaged Indicates an issue requires triaging or verification difficulty/tbd Categorizes an issue for which the difficulty level needs to be defined. labels Apr 26, 2024
@MartinZikmund MartinZikmund changed the title Implement SelectorBar [non-Skia] Implement SelectorBar Aug 1, 2024
@MartinZikmund MartinZikmund changed the title [non-Skia] Implement SelectorBar [non-Skia] Support for SelectorBar Aug 1, 2024
@MartinZikmund
Copy link
Member

SelectorBar is now supported on Skia targets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/porting 🖨️ Categorizes an issue or PR as relevant for porting of WinUI code difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants