WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO
-
- Newbie
- Posts: 2
- Joined: Wed Sep 18, 2024 12:36 am
WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO
I am based on NET Framework 4.8 was tested with a C # program and it was found that there are four controls in the regular 45WPF controls that do not support cross platform (Ubuntu 22.04.4+Wine9.0+MONO). These four controls are Calendar DatePicker、DocumentViewer、RichTextBox。 Is there any way to solve it?
-
- Level 4
- Posts: 149
- Joined: Mon Jun 02, 2008 5:03 pm
Re: WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO
I don't know about Calendar/DatePicker, but the others depend on System.Windows.Documents, the core of which is closed-source in PresentationNative. We need an implementation. PresentationNative from .NET Core may be a work-around.
-
- Newbie
- Posts: 2
- Joined: Wed Sep 18, 2024 12:36 am
Re: WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO
Thank you for your reply!