v1.2.0-preview2
Pre-release
Pre-release
What's New
- Introduced
CellTemplateSelector
andEditingTemplateSelector
properties inTableViewTemplateColumn
- There won't be a separator at the end of options flyout when export options are hidden.
Bug Fixes
- Fixed an issue where
ComboBox
ofTableViewComboBoxColumn
was not able to open. - Fixed an issue with short keys, sometime the short keys were not working at startup. #25
- Fixed cell selection issue when there is an active column filter. (known issue from previous release)
- Fixed cell layout issue when the size was narrower than the desired width of cell. (known issue from previous release)
- Fixed an issue where cells were not able to select when there is only one column.
Known issues
- Duplicate items in
ItemsSource
can lead to unexpected cell or row navigation behavior.
Full Changelog: v1.2.0-preview1...v1.2.0-preview2