WinUI 3 progress
- [x] Window Decoration api isn't working on the properties windows (we should remove the relevant code before release)
- [x] #9931
- [x] ListView styles are broken (on winappsdk 1.2 prerelease)
- [ ] #9929
- [ ] #9928
- [ ] #9927
- [x] #9926
- [x] #9925
- [ ] #9924 (Status center doesn't display when emptying recycle bin)
- [ ] #9923
- [ ] #9922
- [ ] #9921
- [x] #9920
- [ ] #9919
- [x] #9918
- [ ] Missing Arm64 build
- [ ] Build pipeline ci tests fail
- [ ] #9915
- [ ] #9914
- [ ] #9912
- [x] #9911
Screenshot of: Context menu appears partially outside when right clicking an option on sidebar

That has always happend. i think it known on the WinUI github but they havent done anything for it yet.
Are you sure? I've only seen this behavior with the wasdk build.

yep on 2.3.11.0 at least for the sidebar and trying it on the right of the screen has it show no were near the cursor
The preview feature seems to be broken
Merge failure for shared merged PRI file: error 0x80070490. Fault in my computer?
@gave92 is this still happening?
I think it was solved by removing arm build from the package.
Tooltips like the status center one doesnt go away on its own or with the X button
Settings backdrop doesnt change the title bar

Should this be close and use the separated ones or is there a reason for it open.
I'm keeping this open until I finish getting the relevant issues to spec for the ready for build column.

Thats fixed in preview builds
This is a bug in WinUI 3. In UWP, the MenuFlyout control has its own child window whose class is Xaml_WindowedPopupClass. However, in WinUI 3, it is displayed directly in the program window. So if the program window is too small or the control is displayed near the border, it may be showed partly.
What happens when you replace the path \ with the / symbol?
C:\Windows
C:/Windows
Most software terminals use / do not use \
Most software terminals use / do not use \
On Windows \ is the default and standard path delimiter.