-
[ETO + WebView2 + Revit](https://github.com/demi-solemma/EtoWebView2Test) doesn't load not and falls back to `WebView` instead of `WebView2`. When testing a standalone [ETO(v. 2.6)+ WebView2(v. 1.0.12…
-
I have a simple test app (see https://github.com/jonaspegerfalk/UrhoSharp.TestMemoryLeak) that switches between two user controls, one empty and one with a ```UrhoSurface``` WPF element as below. No m…
-
### Description
These items are based on a quick spike adding WPF [here](https://github.com/PureWeen/maui/tree/wpf_separate_project/src/Controls/samples/Controls.Sample.WPF)
This is in no way an i…
-
I testing a WPF App, it contains some **custom controls.**. I do not have a way to find the operation in the document
How shuld I do ?
-
### Description
A empty project (target to .NET 8) with only `new MenuItem() { Header = string.Empty };` cause bind errors:
```
System.Windows.Data Error: 4 : Cannot find source for binding with …
-
### Description
Hello,
we use slider with this configuration
```xaml
```
Gamma.Minimum is 0.5.
Gamma.Maximum is 4.
Gamma.Value is bounded.
All properties are `double`.
Problem is …
-
https://github.com/dotnet/wpf/blob/89d172db0b7a192de720c6cfba5e28a1e7d46123/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/TextBlock.cs#L1682
This is the only FrameworkE…
-
Since the application uses controls provided by the [Xceed WPF Toolkit](http://wpftoolkit.codeplex.com/), the project holds a reference to the "Xceed.WPF.AvalonDock"-assembly. While compiling the proj…
-
## VERSION INFORMATION
Server Version: 4.2.2
Desktop Version:
If you've compiled your own version, please use the last commit you compiled.
## LOG FILE
```
[2024-08-10 18:33:28:493] F…
-
### Description
I am still new at .Net MAUI, if my understanding is wrong, please close this discussion
Example download a large picture from Internet, lazy to reduce the picture size, want use so…