All notable changes to this project will be documented in this file.
- DataGrid: Update after pasting values #269
- TreeListBox: Fix items being added under collapsed nodes #264
- PropertyGrid: Only show properties that are adorned with Browsable(true) if Browsable(false) not used #278
- PropertyGrid: Add Button Control for properties inheriting from ICommand #279
- PropertyGrid: Enhances options for PropertyGrid size #277
- PropertyGrid: Add IValueConverter and ToolTip lookups for property grid array/collection elements #285
- Support for .NET Core 3.0 #221
- DataGrid: Support for items source in columns #232
- PropertyGrid: Make PropertyGrid extendable to support warning messages #248
- PropertyGrid: Added property to set duration of tooltip #259
- DataGrid: Returning incorrect 'SelectedItems' when sorted #217
- DataGrid: Fix auto width issue #224
- PropertyGrid: Support for INotifyDataErrorInfo #226
- DataGrid: Align DataGrid scrollbar code #238
- DataGrid: Exception when sorting empty collection #240
- LinkBlock: Fix exception #261
- DataGrid: Commands moved to DataGridCommands
- DataGrid: DeleteOverride renamed to ClearOverride
- DataGrid: The EasyInsert property is replaced by IsEasyInsertByKeyboardEnabled and IsEasyInsertByMouseEnabled #179
- DataGrid: Changed the IDataGridOperator interface
- PropertyTools NuGet package targets NET45 and .NET Standard 2.0
- DataGrid: AutoSizeColumns property
- Observable methods based on expressions
- ExpressionUtilities class
- DataGrid: Auto column width
- DataGrid: Scrolling row headers with horizontal scroll bar
- DataGrid: Set correct row when sorting rows and adding a new row
- DataGrid: Handle exception when pressing Delete #163
- DataGrid: Clear enum values when pressing Delete #165
- DataGrid: Null ref checks on CollectionView
- DataGrid: Item type when binding to lists of object
- DataGrid: Paste values outside grid boundaries #171
- DataGrid: Auto-insert for IList<IList<>> sources
- DataGrid: Hide selection when disabled #178
- DataGrid: Exception in AddDisplayControl #181
- DataGrid: Support for custom type descriptors #200
- DataGrid: Auto width not working with horizontal stretch #223
- PropertyGrid: Support BrowsableAttribute on enum items when shown as ComboBox or ListBox #133
- PropertyGrid: Hidden error info when HeaderPlacement = Above #212
- TreeListBox: Applied workaround for "Height must be non-negative" exception #38 #142
- EditableAttribute
- DataGrid: Sorting commands #124
- DataGrid: IsMoveAfterEnterEnabled property #158
- PropertyGrid: Support nullable enums #129
- PropertyGrid: Option to disable auto fill #143
- PropertyGrid: Update SelectedObjects to be bindable when collection changes #175
- DataGrid: Register converters in cell definition factory #160
- DataGrid: CanClear property
- DataGrid: IDataGridControlFactory interface
- DataGrid: TemplateColumnDefinition binding path
- Target .NET 4.5 #117
- PropertyGrid: Renamed PropertyControlFactory to PropertyGridControlFactory
- PropertyGrid: Renamed PropertyItemFactory to PropertyGridOperator
- DataGrid: Support for different types in the same column #118
- DataGrid: Support for cell backgrounds #119
- DataGrid: CellDefinitionFactory property #120
- DataGrid: Support for IsEnabled on cell level
1.0.0 - 2016-09-08
- First semantic version release