Replies: 1 comment 2 replies
-
What is the definition of that runtime class in IDL? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a custom class for the ItemsPanelTemplate to customize the layout inside a ListBox.
However, when I run it, an error occurs.
It seems the error occurs in the MeasureOverride method of the winrt::Microsoft::UI::Xaml::IFrameworkElementOverrides class, not in the custom class itself. Could there be something wrong with the way I am creating the custom class?
Error
idl
Beta Was this translation helpful? Give feedback.
All reactions