TokenView uses Brush from Sample App #424
Labels
experiment 🧪
Used to track issues that are experiments (or their linked discussions)
issue 🧪
Used for tracking an Issue/Bug/Feature of an open Experiment/Component
Discussed in #421
Originally posted by WillyWoe April 15, 2023
My csproj:
My xaml:
and this is the exception:
Error HRESULT E_FAIL has been returned from a call to a COM component.
at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
at CommunityToolkit.WinUI.UI.Controls.WrapPanel.MeasureOverride(Size availableSize)
at Microsoft.UI.Xaml.FrameworkElement.Microsoft.UI.Xaml.IFrameworkElementOverrides.MeasureOverride(Size availableSize)
at ABI.Microsoft.UI.Xaml.IFrameworkElementOverrides.Do_Abi_MeasureOverride_0(IntPtr thisPtr, Size availableSize, Size* result)
--- End of stack trace from previous location ---
at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
at Microsoft.UI.Xaml.FrameworkElement.MeasureOverride(Size availableSize)
at Microsoft.UI.Xaml.FrameworkElement.Microsoft.UI.Xaml.IFrameworkElementOverrides.MeasureOverride(Size availableSize)
at ABI.Microsoft.UI.Xaml.IFrameworkElementOverrides.Do_Abi_MeasureOverride_0(IntPtr thisPtr, Size availableSize, Size* result)
What am I doing wrong?
The text was updated successfully, but these errors were encountered: