Joris Voermans
Joris Voermans
First of all thanks for looking into it. In the mean time I integrated the code for the ChoiceChips into a branch: https://github.com/CleVR-bv/MaterialDesignInXamlToolkit/tree/feature/MaterialDesignChoiceChipListBox When we solve the problem with the...
It is good to think about backwards compatibility and accessibility :). I tried to use the RemoveAlphaBrushConverter (See https://github.com/CleVR-bv/MaterialDesignInXamlToolkit/tree/feature/ChoiceChip-RemoveAlphaBrushConverter) Unfortunately I do not seem to be getting much result: ...
Yes, that is the difficulty of the choice chip component. Furthermore Material.io is not entirely clear about how the colors are build up. I see what you are trying to...
Tried to come up with some solution using a color converter. But unfortunately I don't seem to find a good way to get a good consistent change in the foreground...
Looks good. Really like the consistency in naming! What I also like is that more colors are added. Yesterday I looked for the brushes of the Chip its delete button...
Oke, then I will go through the styles and check where a fallback value can be applied. I will get back to you when I have a PR available for...
Just now created a pull request with changes for all bindings that use AncestorType for the look up: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/pull/3862
When looking further into the issues we are having with these bindings I found a more conclusive answer to why it goes wrong inside of a DataTemplate and wanted to...