v1.1.0
v1.1.0 Release Notes
- In filter flyout, use
Contains
instead ofStartsWith
when searching. (Thanks to @XamlBrewer ) #6 - Removed package dependencies
- New properties introduced in this release
TableView.IsReadOnly
default isfalse
,true
makes all the columns read only.TableView.CanUserSort
default istrue
,false
makes all the columns unsortable and exiting sorting will be cleared.TableView.CanUserFilter
default istrue
,false
makes all the columns unfilterable and existing filter will be removed.TableView.CanResizeColumns
default istrue
,false
makes all the columns not resizable.TableView.ShowOptionsButton
default istrue
,false
will hide the OptionsButton.TableView.HeaderRowHeight
default value is set to 48.
Fixes
- Major performance improvement in handling newly added items.
- Fixed column header layout issues on resize. #3
- 'Select All' command enable state is fixed based on the selection mode. #4
- Copy or export selected items order in output is fixed #5
- Fixed cell width bindings with their column
New Contributors
Full Changelog: v1.0.0...v1.1.0