You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The item selector is a common scenario, used by many controls such as NavigationView, Pivot, ListView, ComboBox and so on.
Currently, the selector is implemented individually for each control, and a lot of times there are differences in behavior.
My idea was to have a new selector control, which would be used instead by all of those, and could also be used in custom controls.
It would also be useful to allow having a selector style in TabView (as described in #5223). Multiple selection styles for a single control are also discussed in #2310.
Some animations that could be supported:
moving between two elements (NavigationView)
fading in/out (ListView)
animation when being pressed (ListView)
changing between two colors: two elements have different colored selectors (NavigationView used to have this), changing state.
The Windows 11 tasbkar supports multiple states: normal, selected, progress bar etc. There can also be multiple selectors visible at the same time.
Pivot currently has the selector span the width of the item, while the other selectors have it as a fixed size. This could be a property of the selector.
This discussion was converted from issue #6086 on July 22, 2022 21:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The item selector is a common scenario, used by many controls such as NavigationView, Pivot, ListView, ComboBox and so on.
Currently, the selector is implemented individually for each control, and a lot of times there are differences in behavior.
My idea was to have a new selector control, which would be used instead by all of those, and could also be used in custom controls.
It would also be useful to allow having a selector style in TabView (as described in #5223). Multiple selection styles for a single control are also discussed in #2310.
Some animations that could be supported:
The Windows 11 tasbkar supports multiple states: normal, selected, progress bar etc. There can also be multiple selectors visible at the same time.
Pivot currently has the selector span the width of the item, while the other selectors have it as a fixed size. This could be a property of the selector.
Beta Was this translation helpful? Give feedback.
All reactions