v1.4.0-preview1
Pre-release
Pre-release
WinUI.TableView v1.4.0-preview1
🌟 New Features
- Added support for non-scrollable row headers. #210 by @w-ahmad
- Added Frozen Columns support. #223 (see #154) by @w-ahmad
- Added Row Details support. #228 by @w-ahmad
- Added Conditional cell styling for better customization. #253 by @w-ahmad
- Added cell editing events (BeginningEdit, PreparingCellForEdit, CellEditEnding, CellEditEnded). #235 (see #90) by @w-ahmad
- Added column reordering functionality (drag-and-drop). #240 by @w-ahmad
- Added
ClipboardContentBindingto customize copy-to-clipboard content. #243 by @w-ahmad - Added unified FontSize and FontFamily acrrose the
TableView. #254 by @w-ahmad - Added standard Fluent Compact sizing to the
TableView. #255 by @w-ahmad - Added XAML Hot Reload support when adding columns. #203 (see #20) by @w-ahmad
- Added filter flyout trigger with right-click. #193 (see #62) by @SISTF
- Implemented new Uno row style to match WinUI. #242 by @w-ahmad
What’s New
- Use compiled expressions to fetch cell content for sort, filter, and clipboard operations. #178 by @DanielTrommel
- Added pt-BR translations. #230 by @josuelopes512
- Upgraded Uno.WinUI to 6.2.87. #242 by @w-ahmad
- Exposed
RefreshViewandRefreshSortingmethods. #185 by @RolandBuchholz - Exposed
AllowLiveShapingproperty to turn of live shaping of the view. #248 by @w-ahmad
Native AOT
- Added
IsAOTCompatibleflag to enable Native AOT compatibility (does not suppress IL warnings). #217 by @licon4812
Fixes
Breaking Changes
CellsPresenterwas renamed toTableViewRowPresenteras part of adding Row Details. Row Details were implemented in the CellsPresenter, expanding it to present both rows and cells; accordingly,TableViewCellsPresenterbecameTableViewRowPresenter. #228
Behavior Changes
TableViewBoundColumn.BindingdefaultsUpdateSourceTriggertoExplicit(fromDefault) to prevent unintended updates and allow Esc to cancel edits. #235
New Contributors
- @SISTF made their first contribution in #187
- @RolandBuchholz made their first contribution in #185
- @josuelopes512 made their first contribution in #230
- @AlexanderBlackman made their first contribution in #246
Full Changelog: v1.3.4...v1.4.0-preview1