maui
maui copied to clipboard
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
### Description of Change ### Add the ability to set window size and read size and position. - Fixes #7592 Platforms: - [x] Windows - [ ] Mac Catalyst (macOS)...
### Description Currently for Menu's on Catalyst we are using `UICommand`'s which requires selectors. This leads to a lot of awkward extra code. It appears that we can just use...
### Description When we set onmousedown or onmousemove listeners corresponding events are not fired on Windows platform in .NET MAUI Blazor although it works in regular Blazor WebAssembly. ### Steps...
### Description Hi, I m not able to change the `IsEnabled `State of my Button. But if i change it with `IsVisible` it all works. My xaml Page: ` `...
## Plain .NET 7 Building `net7.0-ios`, `net7.0-android`, etc apps with the .NET 7 SDK ### Tooling - [x] [VSCX Tools - insert tooling change](https://devdiv.visualstudio.com/DevDiv/_git/VS/commit/f3ba073d8b8d72433442f727a9a7d2864a301b51?refName=refs%2Fheads%2Fteam%2Fxamarin%2Fxvs-insertion-unified), backport to insertion PR above (RE:...
### Description of Change Adds `EffectiveFlowDirection` to IView as described in #9326. This will partially (perhaps fully) address #8175. ### Issues Fixed Fixes #9326
### Description WKWebView Safari developer tools (inspect option) are not available in a MAUI Mac app. If the same app is created using native tooling Xcode + Swift with no...
### Description ScrollView and VerticalStackLayout do not resize themselves on iOS as they do on Android. On toggling a control that is initially visible to be hidden. There is a...
### Description of Change Add new `View.ContextFlyout` property and implement right-click context menus on Windows and MacCatalyst. Please refer to [this comment](https://github.com/dotnet/maui/issues/7777#issuecomment-1191962667) to see what is and isn't supported. ###...
### Discussed in https://github.com/dotnet/maui/discussions/5810 Originally posted by **ioiooi** April 4, 2022 Hello, are Pages that are defined in the visual hierarchy only ever instantiated _once_? And if that is the...