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

Capability to add new rows

Open rspotnitz opened this issue 1 year ago • 1 comments

If want to add content to the table, then need the capability to add a new row.

In DataGrid, the BeginningEdit event enables inclusion of code to display and add a new row.

The capability to add new rows would be a very useful feature.

rspotnitz avatar Nov 01 '24 14:11 rspotnitz

I think you need use ContextFlyout

lostluna1 avatar Nov 22 '24 07:11 lostluna1