Replies: 2 comments
-
I would humbly suggest the following more features:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This was shipped in the 8.0 Release, please update to use that version of the component. Any further issues/requests should start in the main repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Segmented Control
Problem Statement
The WinUI controlset lacks a control that allows for configuring a view or setting. It allows developers to declare 2 to 5 items that can be (multi) selected to update a view or select a specific function.
Mobile platforms like iOS and Android have been using Segmented Control for years, but Windows does not. The Pivot control comes close, but hasn't been updated and is more used for navigation, not for selection.
Inspiration
Windows 11 Settings -> Apps -> Installed apps
Snip and Sketch vNext
iOS
Proposed Solution
result:
To support other use cases seen across Windows, we could support the following styles out of the box (better naming needed :)):
DefaultSegmentedControlStyle
PillSegmentedControlStyle
ToggleButtonSegmentedControlStyle
Open Questions
API Reference Docs
References
Beta Was this translation helpful? Give feedback.
All reactions