Max
Max
CC#
Created by Max on 7/10/2024 in #help
✅ WPF UI (lepoco/wpfui) Questions
So I've been making use of WPF UI and absolutely love it, there just a couple things that I've tried to come to a solution for myself but have been unable to so would love some advice. Firstly the navigation view, I want to use the Fluent style but upon using it, it cuts off part of the text (as it does in the example application as well). I've tried adjusting the text size to no luck so was wondering if anyone had found a solution to this as I was unable to find anything online. Secondly, I have a pretty complicated table that I want to add a large number of filters options to. My hope was to using something similar to what MAHApps has with its flyouts for this, however there's no feature within WPF UI for this, what would be the easiest way to go about this (adjusting existing content dialogue possibly but I worry that's a bit beyond my abilities). Thanks!
8 replies
CC#
Created by Max on 6/11/2024 in #help
✅ Auto Updating WPF applications options and best practices
So I'm building an internally facing application for a client, I've spent some time getting to know WPF and C# as this is my first major project. My main issue is how to handle auto updates, I've researched a bit online but struggling to understand what the best options are as most of them see pretty limiting. The application is being hosted with GitHub in a private repository, I initially had planned to handle updates entirely by using GitHub releases however open to suggestions on better/alternative ways to handle this. I come from a background of Full Stack development so have made heavy use of workflows and releases in the past but for Javascript and Python mainly so this is very much new teritory for me. Any help would be greatly appreciated thanks 🙂
132 replies