📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

PropertyTools.Wpf

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

PropertyTools.Wpf

Custom controls for WPF: PropertyGrid, DataGrid, multi-select TreeView, ColorPicker and more

2015.2.0
unpublished
NuGet
Version published
Maintainers
2
Created
Source

Build status

License:       The MIT License (MIT)
Project page:  https://github.com/objorke/PropertyTools/
NuGet:         https://www.nuget.org/packages/PropertyTools.Wpf/
ControlDescriptionStatus
PropertyGridA control that shows properties of an object or a collection of objects.Stable
DataGridA data grid with an "Excel feel" (note that the control is not virtualized)Stable
TreeListBoxA ListBox that looks and feels like a TreeView (supports multi-select and drag-drop)Some bugs remaining
ColorPickerA color pickerStable
RadioButtonListA collection of radio buttons that binds to an enumStable
EnumMenuItemA collection of checkable menuitems that binds to an enumStable
EditableTextBlockA TextBlock that can be changed into a TextBox, useful for in-place editing in TreeViewsStable
FilePickerA TextBox with browse for file buttonStable
DirectoryPickerA TextBox with browse for directory buttonStable
DockPanelSplitterA splitter for DockPanelsStable
SpinControlA numeric up/down spinner controlStable
LinkBlockA hyperlink on a TextBlockStable
SliderExA Slider that calls IEditableObject.BeginEdit/EndEdit when thumb draggingStable
PopupBoxA restyled ComboBox where you can put anything in the PopupStable
FormattingTextBoxA TextBox where you can bind the StringFormatStable

PropertyGrid

PropertyGrid

DataGrid

DataGrid

TreeListBox

TreeListBox

ColorPicker

ColorPicker ColorPicker

AboutDialog

Generic "About" dialog

  • Titles and version is taken from AssemblyInfo
  • Open System Info...
  • Copy report

AboutDialog

PropertyDialog

Below is an example PropertyDialog bound to Settings.Default:

OptionsDialog

Build requirements

  • Microsoft 4.0 or later
  • Portable library tools
  • Visual Studio 2010 or later

Semantic versioning semver.org Semver tool: GitVersion Branching strategy: GitHub Flow

Keywords

wpf

FAQs

Package last updated on 24 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts