/rework-material-design

Rework of library Material Design. Added: masked text box on base outlined textbox, auto suggest box with native functional. Realized functional for adding icon buttons into textboxs and similiar controls, that buttons support binding and you can use several such buttons at once for one control. Realized example of controls validation.

Primary LanguageC#

INSTALL:

  • Use dll, or install two projects into directory with project and add like existings apps in solution.

  • Add reference to your app (MaterialDesignColors.WPF and MaterialDesignColors.WPF).

  • In some cases, you need to add reference from MaterialDesignColors.WPF to MaterialDesignColors.WPF.

  • This rework created for WPF.

FUNCTIONAL:

  • reworked visual of textbox, combobox, autosuggestbox and passwordbox.

  • realized masked text box based on outlined textbox and auto suggest box with native functional.

  • realized functional for adding icon buttons into textboxs and similiar controls, that buttons support binding and you can use several such buttons at once for one control.

  • realized example of controls validation.