WinUI.TableView icon indicating copy to clipboard operation
WinUI.TableView copied to clipboard

A light weight TableView component for WinUI3

Results 66 WinUI.TableView issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When using the table view inside of a grid of a specified width the table view extends beyond the width...

enhancement

**Is your feature request related to a problem? Please describe.** I used both with the Datagrid from CommunityToolkit.WinUI.UI. Width = * made it use the full available space in the...

enhancement

### Problem Statement Currently, the WinUI.TableView control does not support the selection of individual cells. This limitation restricts the ability to perform cell-specific operations, which are common in data grid...

enhancement

**Is your feature request related to a problem? Please describe.** The App I'm building has to support differrent Languages but the labels in the Table are hardcoded to English. **Describe...

enhancement

I'd suggest to have sorting (by clicking the columnheader) go through 3 states instead of 2. So. clicking on a columnheader goes : none -(click)-> ascending -(click)-> descending -(click)-> none...

enhancement

**Is your feature request related to a problem? Please describe.** I use a localized DateOnly in my Table but Sorting is broken because of the Date format DD/MM/YYYY. **Describe the...

enhancement

I need that in order to display further information on a clicked cell. Makes it also possible to have a cell-based contextmenu, or something like a hyperlink. Implementation should be...

enhancement

to avoid, we need to set a checkboxcolumn explicitly to IsReadOnly="True". Also it seems, that in edit-Mode doubleclick sometimes also toggles the checked state . ### Environment: - Package Version:...

bug

Proposed single-click-edit feature, also jazzed-up the **MainWindow** a bit.