The Essential Toolkit for any WPF Developer!
- Provides 60 WPF controls, many of which Microsoft's WPF and the original WPF Toolkit lack. Also provides functionalities missing from some of the standard WPF controls.
- Exponentially increases development momentum: no need to create the dozens of useful controls that the toolkit contains from scratch.
- More feature-rich than the CodePlex project (as of version 1.8).
- Backed by a seasoned team of WPF developers and designers.
- All controls are themable.
Included WPF Controls
- AutoSelectTextBox: Control whose content is selected when it receives the focus.
- BusyIndicator: Lets users know when an application is busy performing an operation so they don't think it has frozen.
- ButtonSpinner: A two-button spinner control that can be added to any element.
- ByteUpDown: A byte-based numerical up-down control.
- Calculator: Provides basic math functions, memory operations (clear, store, recall, add, and subtract), and mouse and keyboard support
- CalculatorUpDown: Provides a TextBox with button spinners that allow incrementing/decrementing numeric values by button clicks, keyboard up/down arrows, or mouse wheel, and also provides a Calculator dropdown that allows you to perform mathematical calculations.
- Chart: A 100% lookless charting control that displays rich, configurable charts and is able to display multiple areas with multiple charts at the same time.
- CheckComboBox: A combo box whose dropdown items are preceded by a checkbox.
- CheckListBox: A listbox control whose items are preceded by a checkbox.
- ChildWindow: A modal content control that can be placed over sections of a view or over other content controls, locking out the rest. Displays within the bounds limits of a specific parent container.
- CollectionEditor: Allows for the editing of collections.
- ColorCanvas: A color editor that provides sliders to control RGB and alpha values.
- ColorPicker: A color editor that uses the ColorCanvas and also provides 'palettes' of Available, Standard, and Recent colors.
- DataGrid: Grid control delivering a fluid user experience and asynchronous data virtualisation.
- DateTimePicker: Combines a date and a time picker into one handy control.
- DateTimeUpDown: Allows users to increase/decrease parts of date through mouse/keyboard. Ideal for situations where space is limited.
- DecimalUpDown: A decimal-based numerical up-down control.
- Docking window control (AvalonDock): create a docking system similar to what is found in many popular IDEs.
- DoubleUpDown: A double-based numerical up-down control.
- DropDownButton: A button that when clicked displays a drop-down in which you can place any custom content.
- IntegerUpDown: An integer based numerical up-down control.
- ListBox: Combines the streamlined form factor of a listbox with lightning-fast remote data retrieval.
- LongUpDown: A long-based numerical up-down control.
- Magnifier: Lets users magnify any part of an application using a circular, rectangular, or custom (templated) shape.
- MaskedTextBox: An important control missing from WPF and WPT Toolkit!
- MessageBox: Unlike the corresponding WPF control, this one is themable!
- MultiColumnComboBox: Displays data in columns using Xceed DataGridControl.
- MultiLineTextEditor: A resizable multi-line text editor that displays in a dropdown.
- Pie: An ideal way to display data, in an easily digestible way.
- PileFlowPanel: contains PileFlowItems which flow smoothly to the left and right of the central, selected element.
- PropertyGrid: Mimics Microsoft's property grid control. Comes with 14 built-in editors, and supports custom editors.
- RichTextBox: Similar to the Microsoft control, but with crucial differences¿a property that can bind to the property of another object, which contains the formatted text; plain, RTF, XAML, or custom formatting.
- RichTextBoxFormatBar: Similar to the contextual text formatting bar in Office 2007 and higher. Can be used with either the included RichTextBox or the standard Microsoft control.
- ShortUpDown: A short-based up-down control.
- SingleUpDown: A float-based up-down control.
- SplitButton: Combines a button and a drop down in which you can place any custom content.
- StylableWindow: style the chrome of a window.
- TimelinePanel: A panel that arranges its children along a timeline, based on the date of each item.
- TimePicker: Allows users to select a time. Mimics the one found in the Silverlight Toolkit, but is not a direct port.
- ValueRangeTextBox: limit the value extracted from the input text to be within configurable bounds.
- WatermarkTextBox: Displays a configurable watermark in a textbox. Used by all input controls.
- WindowContainer: can contain more than one child window at the same time.
- Wizard: A highly configurable ItemsControl-based wizard control whose content can be anything. Doesn't use the navigation framework found in other controls.
- Zoombox: Defines an area with zoom and pan functionality for its contents.
WPF / .NET Technology
- Created entirely for WPF and built with .NET 4, written in C# and XAML. Version built for .NET 3.5 included in the download.
- Includes the complete C# and XAML source.
- Supports UI virtualization.
- Design-time support.
- Includes several C# sample applications to demonstrate the controls and get you started.
- XBAP-friendly, CLS compliant, and uses no unsafe blocks. No special permissions are required, so it can run within the limited permission set granted to XBAP applications.
- Based on a flexible and extensible object model, with modular and reusable visual elements.
- Supports the WPF command infrastructure.
- Comprehensive documentation fully integrated into Visual Studio is provided.
- Supports Right-To-Left and Inking.
- Supports regional settings including numbers, money type, dates, etc.
- All error handling works through .NET exception classes.
- Can also be used in your Windows Forms applications.
- Can be used in conjunction with the MVVM and MVC design and architectural patterns.
Chưa có hoặc chưa được cập nhật!