[non-Skia] Support for SelectorBar
#15707
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
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 toTabView
. It is also needed to be aligned with the controls available in WinUI.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 needsItemContainer
)The text was updated successfully, but these errors were encountered: