Mike Crider

Results 133 comments of Mike Crider

Tracking future improvement here via #4734.

Closing this feature proposal. UWP is out of scope for WinAppSDK. If the desire is to place WinUI3 content in a random HWND in a Win32 app, that is possible...

This was closed as duplicate of an active internal bug. Reactivating and connecting to that bug.

`ActualOffset` and a few other properties on `UIElement` are what we call "simple properties", which are lighter weight properties not backed by a full DependencyProperty. Live Property Explorer should be...

> Making it to a `DependencyProperty` does not solve this issue. The target property does need to be a `DependencyProperty` in order to style it with `{ThemeResource}`. What error did...

DependencyProperty requires some work to register, which I'm not sure if you did. See: https://learn.microsoft.com/windows/uwp/xaml-platform/custom-dependency-properties

The only change to get it working was pulling the variable out to a class static? I wouldn't expect that to make a difference, as long as the DependencyProperty::Register() call...

I believe this is caused by a limitation in the underlying RichEdit control.