MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

The request of Corners and Menus/Popups

Open EarzuChan opened this issue 3 years ago • 0 comments

  1. Can you add adjustable rounded borders to all (or more) controls? For button Controls, for example, I can't set rounded corners with different curvature (or I don't know the real way) , so that my application designs have different rounded corners with different curvature, affecting the visual uniformity, can I come up with a better solution?

  2. Could you add the ability to create Popups and Menus using code, or is there a better solution? Now I add a menu Control with a width and height of 0 to the program, and then specify the Margin of that Control to move it around when I need to display the menu. This is not convenient if I have a better solution, i'll thank you.

EarzuChan avatar Jul 07 '22 06:07 EarzuChan