Describe the bug
If the visibility of a SegmentedItem is controlled through binding to MvvM, and it's initial state is collapsed, then when the visibility state changes, it does not appear in the Segmented Items.
You can force it to show by changing the size the Window, forcing a redraw.
Steps to reproduce
Create a segmentedItem (last item in the list) that's visibility = collapsed (MvvM bool = false)
After the UI has been drawn, change the bool = true - this update the Visibility property
The SegmentedItem does not show.
Alter the window size and it will appear
Expected behavior
Making it visible should make it visible
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
2022
Visual Studio Build Number
No response
Device form factor
Desktop
Additional context
No response
Help us help you
No, I'm unable to contribute a solution.
Describe the bug
If the visibility of a SegmentedItem is controlled through binding to MvvM, and it's initial state is collapsed, then when the visibility state changes, it does not appear in the Segmented Items.
You can force it to show by changing the size the Window, forcing a redraw.
Steps to reproduce
Expected behavior
Making it visible should make it visible
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
2022
Visual Studio Build Number
No response
Device form factor
Desktop
Additional context
No response
Help us help you
No, I'm unable to contribute a solution.