Skip to content

Commit f350b5c

Browse files
authored
Added new features to the README
1 parent a325686 commit f350b5c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Explore the interactive `WinUI.TableView` samples with code snippets in a Sample
3939
- **Localization**: Support for multiple languages to enhance usability for global audiences.
4040
- **Alternate Row Colors**: Apply alternate row coloring for better readability and aesthetics.
4141
- **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.
4250

4351
## Uno Platform Support
4452

0 commit comments

Comments
 (0)