C
C#2mo ago
Max

✅ 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!
2 Replies
ACiDCA7
ACiDCA72mo ago
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.
show some code.. you cant expect us to read your mind which example you are following
Secondly, I have a pretty complicated table that I want to add a large number of filters options to.
wpf has collectionview
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).
there are a couple of ways to create flyouts i guess the simplest would be tp have a control in toplayer that is collapsed per default and can be positioned + made visible made where/when necessary or recycle one of the popups
Max
Max2mo ago
sorry it's on my work pc which I didn't have access to at the time will send some screenshots of the code I'm using tomorrow Thanks for the reply mate, for the popups I'll show you what I've got currently so it can make a bit more sense what so like a column for the popup which starts with a width of 0 and when a button is clicked the width is increased?
Want results from more Discord servers?
Add your server