Andrew KeepCoding
Andrew KeepCoding
This is not reproducible on my end (Win11 Pro, no NPU). 🤔
The issue here is that the palette `GridView` (the second option in the `Segmented` control) is setting its selection even when it's hidden and no color is selected. I'll push...
The `ItemsRepeater` inside the `SettingsExpander` is causing this issue, so you can see the same exception with a plain `ItemsRepeater`. I found this issue (microsoft/microsoft-ui-xaml#7639) but it's closed. Leaving a...
This seems not to be a `SwitchPresenter` issue. The `ComboBox` in the sample code is crashing the app. I'm not sure why but the crash can be avoided by not...
@michael-hawker Might be irrelevant but the workaround above is from a project before the commits after 10/25.  I want to reconfirm it with the latest commits but now I'm...
Hi @michael-hawker. Thanks for the feedback. 🙂 > I think a screenshot would have helped me understand the context too. Sorry about this. I just added a couple of screenshots....
@michael-hawker I added a simple test case, and it passes successfully with the fix. Without the fix, the test doesn't technically "fail". It breaks the test host itself. This is...
Hi @Jay-o-Way! Thanks for the clarification 🙂 By “infinite width,” I’m specifically referring to the availableSize.Width argument passed to the WrapPanel’s MeasureOverride() method. In some layouts, such as when the...
> The result you introduce with this PR is that the last element does not stretch, and that would seem like a new bug (for future developers who don't know...
> As long a any control does not have a minimum size, that is to be expected. Since both `WrapPanel` and `TokenizedTextBox`, like the `Slider`, default to `MinWidth = 0`...