Describe the bug
Items added to a Segmented control without or after updating the Orientation property (such as during initialization), will not have their visual state updated.
Steps to reproduce
<controls:Segmented Orientation="Vertical">
<controls:SegmentedItem Content="Item 1" />
<controls:SegmentedItem Content="Item 2" />
<controls:SegmentedItem Content="Item 3" />
<controls:SegmentedItem Content="Item 4" />
</controls:Segmented>
Expected behavior
Containers should be updated upon creation so their Visual State matches the Segmented control
Screenshots
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
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
Reported by @lgztx96: here
Help us help you
Yes, I'd like to be assigned to work on this item.
Describe the bug
Items added to a
Segmentedcontrol without or after updating theOrientationproperty (such as during initialization), will not have their visual state updated.Steps to reproduce
Expected behavior
Containers should be updated upon creation so their Visual State matches the Segmented control
Screenshots
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
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
Reported by @lgztx96: here
Help us help you
Yes, I'd like to be assigned to work on this item.