#726 – Sample Controls from the Extended WPF Toolkit

Here is just a small sampling of some of the controls available in the Extended WPF Toolkit, available from Xceed.

The CheckListBox control allows you to create a list box that contains a series of checked items.

726-001

 

The ColorPicker control allows the user to select a color, either from a list of standard colors or from a color palette.

726-002 726-003

The DateTimePicker control displays a dropdown allowing the user to select both a date and a time.

726-004

 

The DropDownButton control allows the user to click on a button that drops down to display any content that you like.

726-005

 

The IntegerUpDown control allows a user to select an integer by entering text or by clicking on up/down arrows to increase/decrease the value.

726-006

Advertisement