Overview of PropertyTools.Wpf controls
masterPropertyTools.Wpf is a collection of WPF controls designed for property editing and data display. Available controls include:
- PropertyGrid: Displays properties of an object or a collection of objects.
- DataGrid: A data grid with an "Excel feel" (Note: this control is not virtualized).
- TreeListBox: A ListBox that functions like a TreeView, supporting multi-select and drag-and-drop.
- ColorPicker: A control for selecting colors.
- RadioButtonList: A collection of radio buttons that binds to an enum.
- EnumMenuItem: A collection of checkable menu items that binds to an enum.
- EditableTextBlock: A TextBlock that can transform into a TextBox, ideal for in-place editing within TreeViews.
- FilePicker: A TextBox accompanied by a browse button for files.
- DirectoryPicker: A TextBox accompanied by a browse button for directories.
- DockPanelSplitter: A splitter specifically for DockPanels.
- SpinControl: A numeric up/down spinner control.
- LinkBlock: A TextBlock that functions as a hyperlink.
- SliderEx: A Slider that invokes
IEditableObject.BeginEditandEndEditduring thumb dragging. - PopupBox: A restyled
ComboBoxallowing arbitrary content within its Popup. - FormattingTextBox: A
TextBoxthat supports binding toStringFormat.