-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity2.visualstudio.com/t/WPF-drop-is-not-working/971433)._
---
I am using Windows 10 latest version, project is…
-
**Is your feature request related to a problem? Please describe.**
Currently, building an overlay requires using a UWP app as a base. This immediately locks out use of any libraries or features from …
agc93 updated
2 weeks ago
-
Running Rx 5.0.0 in a new WPF application targeting .NET 6 in VS2022/Windows 10.
I would expect the following code snippet, running on the UI thread, to cause an unhandled exception (divide by zero…
-
Nice work! Are you considering moving the project to .NET Core 3.0 WPF?
-
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…
-
/src/Eto.Wpf/Forms/Controls/GridHandler.cs
```
public void ReloadData(IEnumerable rows)
{
Control.Items.Refresh();
}
```
/src/Eto.WinForms/Forms/Controls/GridHandler.cs
```
pub…
-
Hello!
I have one question.
Can somebody help me to launch this code in my Win11 64 bit with my VS2022?
There are some throw exceptions like below~
And for python.dll, actually I'm using p…
-
Maybe use WPF and MVVM of some sorts to make the code follow a pattern and thus make it easier to develop new features.
Also make it so that we can unit test this thing.
-
Hi!
The WPF progress status page at https://github.com/mohachouch/forms-wpf-progress/blob/master/Status.md hasn't been updated since July. Any change to align it with the current status of Xamarin.…
-
You have excellent set of "layouts", but I think your "DynamicPanel" is overengineered thing and looks more "clumsy" than useful. I frequently use DockPanel and it could be also useful addition to you…