Windows icon indicating copy to clipboard operation
Windows copied to clipboard

Fix SegmentedItem visibility issue

Open AndrewKeepCoding opened this issue 4 months ago • 0 comments

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

Other information

AndrewKeepCoding avatar Sep 09 '25 09:09 AndrewKeepCoding