WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO

Questions about Wine on Linux
Locked
lizhilongxm
Newbie
Newbie
Posts: 2
Joined: Wed Sep 18, 2024 12:36 am

WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO

Post by lizhilongxm »

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?
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

Re: WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO

Post by madewokherd »

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.
lizhilongxm
Newbie
Newbie
Posts: 2
Joined: Wed Sep 18, 2024 12:36 am

Re: WPFConttrols run in Ubuntu 22.04.4+Wine9.0+MONO

Post by lizhilongxm »

Thank you for your reply!
Locked