-
### Description
When creating a MAUI app we're seeing that `System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(System.Runtime.InteropServices.OSPlatform.OSX)` returns `false` when running…
-
Now that we have workload sets, users have three questions about them that we can't easily answer:
* what workload sets are available?
* what's in workload set XYZ?
* what workload set contains v…
-
### Description
MAUI application stucks on iOS with combination of ScrollView, StackLayout, Editor and CollectionView.
Visual Studio version: 17.5.5
Here is the content of application main page:…
-
### Description
We created a custom In which the background color of the contentview is changed in the TapGestureRecognizer Tapped event whereas contentview content is AbsoluteLayout . But it doesn…
-
## TODO
What should this look like?
- Is it good enough storing to static fields?
- do we need a theme engine?
- Do we try to extract these properties from all the different storage locations at…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [f677348a4ec96263ffe394a0e3189bf717473e40](https://github.com/dotnet/runtime/commit/f67…
-
### Description
In August 2021, the Microsoft Visual Studio team announced the addition of the "External Sources" node that appears in Solution Explorer when in a debugging session. The blog post ann…
-
**Is your feature request related to a problem? Please describe.**
Grid layout API isn't always quite efficient to responsively position elements.
**Describe the solution you'd like**
Having …
-
### Description
Place a BindableLayout inside the ScrollView and set the BindableLayout's ItemsSource in the constructor.
Layout as shown below.
…
-
### Description
On Windows in 9.0 Preview 4, a modal full screen window produced with
```
#if WINDOWS
.ConfigureLifecycleEvents(events =>
{
// Make su…