Windows
Windows copied to clipboard
Fix SegmentedItem visibility issue
Fixes
Fixes #726
PR Type
What kind of change does this PR introduce?
- Bugfix
What is the current behavior?
With the DefaultSegmentedStyle, SegmentedItem is not rendered when its visibility is Collapsed by default then toggled to Visible.
What is the new behavior?
SegmentedItems are rendered when toggled to Visible.
PR Checklist
Please check if your PR fulfills the following requirements:
- [x] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
- [x] Based off latest main branch of toolkit
- [x] Tested code with current supported SDKs
- [x] Contains NO breaking changes