Common.Wpf.Controls Namespace
Contains classes to create elements, known as controls, that enables a user to interact with an application.
| ComboBox | Extension to the System.Windows.Controls.ComboBox class. |
| DatePicker | Extension to the System.Windows.Controls.DatePicker class. |
| FilePathTextBox | Control to implement the selection of a file or folder for a TextBox. |
| HamburgerMenu | Control to implement the Hamburger style menu (or Navigation Drawer) control. |
| HamburgerMenuItem | Control to implement the Hamburger menu (or Navigation Drawer) style item class. |
| ModalDialog | Control to implement a modal dialog for displaying User Controls. |
| NumericSpinner | Control to implement the ability to increase and decrease numeric values using
a 'NumericUpDown' style control. |
| PasswordBoxExtend | Extends PasswordBox with 2 attached properties that allows binding of the password. |
| SearchTextBox | Control to implement the entry of search criteria in a TextBox. |
| SortableListView | Control to implement the sorting and filtering of a ListView. |
| DialogTypes | Dialog type enumeration for the FilePathTextBox control. |