-
### Describe the bug
An ArgumentOutOfRangeException is thrown when using ListView extended selection with ISelectionInfo.
I originally listed this under #8684 but it would seem to be a separate bu…
-
@JPHutchins Hello again.
As the title suggests, there is an error on window init.
Can you please help me?
continued from the conversation on toga.
-
### Description
I am designing the theme of the application, and I have many definitions that have been added under Application. Resources.
This includes theme files.
_App.xaml_
```
…
-
Xamarin.Forms.Xaml.XamlParseException: Position 7:35. Cannot assign property "Source": Property does not exist, or is not assignable, or mismatching type between value and property
at Xamarin.Forms…
-
### Brief description of your issue
Until now, I have been using a W32 app in Intune to install Winget as a nt/system. As of release 1.7.11132, this is no longer working. I also tried using the lates…
-
I'm using WinUI3(use DesktopWindowXamlSource ) for only certain parts of an existing MFC App.
In most cases, it works well and there are no major problems.
However, I want to use compiled XAML rathe…
-
I want create a Link (to be added into a ModernTab)
Link link1 = new Link();
link.DisplayName= "Step 1"
link.Source = new Uri("/Pages/Workflow/WF_Step1.xaml", UriKind.Relative);
The Link is correc…
-
### Bug explanation
I have XAML Binding Failures with MenusAndToolBars.xaml if I change the lines https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/master/MainDemo.Wpf/MenusA…
-
### Describe the bug
When you have a private property in a viewmodel, this property is accessible for binding in views XAML code.
Also the access modifiers for getter or setter are ignored from view…
-
### Bug explanation
I have a `.net48` library (Autodesk Revit plugin) and I need to show window in new `AppDomain` (to avoid version conflict between different versions of `MaterialDesign` - other …