You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ Explore the interactive `WinUI.TableView` samples with code snippets in a Sample
39
39
-**Localization**: Support for multiple languages to enhance usability for global audiences.
40
40
-**Alternate Row Colors**: Apply alternate row coloring for better readability and aesthetics.
41
41
-**Cell & Row Context Flyout**: Provides context flyouts for cells and rows to allow quick actions.
42
+
-**Row Detail Template**: Displays expandable additional content for each row using `RowDetailsTemplate`.
43
+
-**Row Headers**: Adds header for each rows to display custom content using `RowHeaderTemplate`.
44
+
-**Editing Events**: Provides events to control and respond to cell edit lifecycle actions.
45
+
-**Column Clipboard Binding**: Enables custom clipboard copy behavior by binding column values for copy operations.
46
+
-**Column Reordering**: Allows users to drag and rearrange columns at runtime.
47
+
-**Frozen Columns**: Keeps specified number of columns fixed in place while horizontally scrolling.
48
+
-**Compact Mode Support**: Reduces row height and padding for higher data density layouts. [Fluent Compact sizing](https://learn.microsoft.com/en-us/windows/apps/design/style/spacing#fluent-compact-sizing)
49
+
-**Conditional Cell Styling**: Applies dynamic styles to rows or cells based on data-driven conditions.
0 commit comments