C
C#16mo ago
ForbiddenBoX

❔ Can WPF do this

Hello everyone I'm a c# developer who mainly uses Unity, I recently decided that I want to make a note taking app that had text box features like one's you see in Microsoft word and other well known note taking apps, that being said, I'd like ot know if it is possible to achieve this with WPF
6 Replies
Cattywampus
Cattywampus16mo ago
it surely can, yeah but if you're planning to publish it for mobiles, you cant
Sunny99
Sunny9916mo ago
Yes you can, although it depends on your end game
JakenVeina
JakenVeina16mo ago
$gui hmm $guiframework $guiframeworks
MODiX
MODiX16mo ago
Windows Presentation Foundation (WPF): + Has a lot of resources online due to how old it is. + There are a lot of UI libraries for it - No longer maintained, as in, didn't receive any major updates since a long time. Universal Windows Platform (UWP): + Fast, and has a small binary size. + Has a nice UI out of the box (And also there's WinUI 2.7 to achieve Windows 11's looks and feel). - Is packaged and requires a developer license. Avalonia: + Cross-platform and is under active development. - Relatively new, so there are not a lot of online resources for it. Note: All of the mentioned GUI frameworks are XAML-based.
ForbiddenBoX
ForbiddenBoXOP16mo ago
Thank you all
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?