Benjamin Rühl

Results 8 comments of Benjamin Rühl

You're right, that's something I considered would be nice to have as well. I already tried to make animations configurable in the past but unfortunately WPF is kind of limited...

Making it static is an option as well, good call. Disadvantages with this approach that come to my mind are the following: 1. It steps a bit out of line...

Could you please elaborate what exaclty you mean with "How to change togglebutton in button?"? Do you mean how to change their appearances?

This should definitely work. Did you add Adonis UI to your App.xaml correctly like this? ```xml ```

Interesting find. Thanks for reporting. Maybe the virtualization does not work correctly. I will see if I can find any reason for this. But please don't expect a solution very...

When you include Adonis UI in your App.xaml via ```xml ``` you include all styles that the library provides. If you don't want to include some of its styles you...

You're right, this should be supported. Putting it on the to do list.

Can confirm. It seems to work as long as the structure of `resume.json` is not changed and values are updated only. But as soon as a property is added or...