-
Notifications
You must be signed in to change notification settings - Fork 719
SelectorBar Not Showing Selected Item on Initial Load in SelectorBarPage #1766
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Which version of the app?
WinUI 3 Gallery
Description
In SelectorBarPage, the SelectorBar does not visually highlight the initially selected item when the page is first loaded. Even though an item is marked as IsSelected="True" in XAML, the UI does not reflect this selection.
Expected Behavior
- When the page loads, the first item in the
SelectorBarshould appear selected. - The associated
ItemsViewshould display the corresponding collection based on the selected item.
Actual Behavior
- The
ItemsViewdoes not show the expected initial selection. - The user has to manually select an item for the UI to update.
Screenshots
Windows version
Windows 11 23H2 (22631)
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
