Yopler
Yopler
Hi 🖐, I think electron can be a way to have DevToy cross-platform. @veler , I know you fell like electron it is not the good alternative but let me...
hi 🖐, When is this exception occur ? Can you give more details ? Seem like a failing Binding than a error ! Is all your Bindings working ?
@ghost1372 Actually the style is changing the Background to the `PrimaryBrush`. The thumb is always white. It can be interresting if they were a style that using the `Foreground` property...
No. I finaly use it in code behind to be able to make it work.
Hi 🖐, Here a little exemple how I make it work : MainWindow.xaml.cs : ```cs public partial class MainWindow : Window { public List Items { get; set; } public...
Yes ! But for now I need it to work so I scale it big !
Hi 🖐, I will not download your .zip, however if you can create a github repo I will be able to look at it. In my project I used to...
Hi 🖐, I am not sure, I understand correctly your request. You can change some parameters of the Growl using the GrowlInfo class, see : https://github.com/HandyOrg/HandyControl/discussions/1062#discussioncomment-1757698 Of course some of...
It is a problem to have 2 Style properties. What style setters have the priority on the others ? - If the `Style` setter properties have the priority : in...
Hey🖐 , @NaBian @ghost1372 @akimusume I think I just found why this happen 😊 ! I got a similar problem by creating new control using the same code structure as...