Karen
Karen
We are working on the AOT samples for WinUI-Gallery. Unfortunately, there are unforeseen issues that is causing the PR validation pipeline to be blocked. Hopefully this can be resolved soon...
/azp run
/azp run
TitleBar listens to FlowDirection property changed to be configured into RTL. You would also need to set the caption buttons to the opposite side via Win32 APIs. The sample will...
```c# TitleBarPageWindowGrid.FlowDirection = FlowDirection.RightToLeft; UpdateCaptionButtonDirection(TitleBarPageWindowGrid.FlowDirection); private static nint GetWindowHandleForCurrentWindow(object target) => WinRT.Interop.WindowNative.GetWindowHandle(target); [DllImport("user32.dll", EntryPoint = "SetWindowLongPtr")] internal static extern IntPtr SetWindowLongPtr(IntPtr hWnd, int nIndex, nint newProc); [DllImport("user32.dll", EntryPoint = "GetWindowLongPtr")]...
I agree with you all. A task is tracked internally to remove the needed overhead for future iterations. However, this code is needed as a workaround in the interim. Do...
I've posted an updated on the TitleBar API Spec Review PR as an FYI: https://github.com/microsoft/microsoft-ui-xaml/pull/10056#issuecomment-2660578450
I've re-opened issue and updated the description to better reflect the task being tracked.
This looks like an issue on the `Activated` method on the Window class, not NavigationView.
UWP is WinUI2. Would you be able to provide more info, such as a repro app? Also, this is looking like a bug against the SDK itself, so transferring to...