Skip to content

v1.4.0-preview1

Pre-release
Pre-release

Choose a tag to compare

@w-ahmad w-ahmad released this 28 Nov 00:02
· 87 commits to main since this release
84042b2

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 ClipboardContentBinding to 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

Native AOT

  • Added IsAOTCompatible flag to enable Native AOT compatibility (does not suppress IL warnings). #217 by @licon4812

Fixes

  • Suppress ScrollRowIntoView during multi‑selection. #187 by @SISTF

Breaking Changes

  • CellsPresenter was renamed to TableViewRowPresenter as part of adding Row Details. Row Details were implemented in the CellsPresenter, expanding it to present both rows and cells; accordingly, TableViewCellsPresenter became TableViewRowPresenter. #228

Behavior Changes

  • TableViewBoundColumn.Binding defaults UpdateSourceTrigger to Explicit (from Default) to prevent unintended updates and allow Esc to cancel edits. #235

New Contributors

Full Changelog: v1.3.4...v1.4.0-preview1