Description
Description
Fluent v1 had no Pill selection indicators. So the whole background was highlighted when an item was selected usually a blue color. When Fluent v2 was released publicly first in the WinUI repository they didn't include the updated "Pill" selection indicator design for ListBox
. It kept the old styles (probably for compatibility) for ListBox
but they did update controls like ComboBox and ListView. However, Fluent v2 released in Windows 11 had it most places. But they sometimes use is differently based on controls... in the WinUI 3 [control] Gallery:
Simply put ListView is the correct Fluent v2 Style and it should be the default for ListBox as well.
Reproduction Steps
See current Fluent theme
Expected behavior
Style significantly differs between ListBox and ListView. It needs to be discussed what the default needs to be: Pill or no Pill. And then we also need to have separate "Pill" styles available as well. So we should perhaps have PillListBoxItem
or AlternateListBoxItem
keyed resource (assuming it isn't the default).
However, I expect we should have the ListView style for ListBox as well since this is representative of Fluent2 design intent.
Actual behavior
Regression?
No response
Known Workarounds
Fluent Theme
Impact
No response
Configuration
No response
Other information
No response
Metadata
Metadata
Assignees
Type
Projects
Status