What's Changed
- Row drag/drop/reorder is working again
- fixed memory leaks with multiple instances of control in #66
- major performance improvemed of column filter flyout in #67
- fixed row navigation with arrow keys when
SelectionUnit
is set toRow
. - fixed row selection issues by using base class implementations
- bind row height property to the
TableView.RowHeight
in #59 - fixed nuget symbol links
Breaking changes
Below dependency properties are now standard properties:
TableViewRow.TableView
TableViewCell.TableView
TableViewCell.TableViewColumn
TableViewCell.TableViewRow
Full Changelog: v1.2.1...v1.2.2