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

Why cannot edit a selected cell directly ?

Open VisualAlf opened this issue 11 months ago • 3 comments

Is there a reason, why I never can enter editmode of a cell that is currently selected? I seem to always have to leave a selected cell, before I can edit it again with doubleclick.

Suppose I just made an edit. Finished that edit, and now I want to correct my errenous input. I'd have to first select another cell and go back again, before I could edit my error.

VisualAlf avatar Jan 27 '25 19:01 VisualAlf

I tried to it on main branch code it seems working fine. is this heaping on the latest NuGet package?

w-ahmad avatar Jan 28 '25 16:01 w-ahmad

I noticed, when SelectionUnit=Row

VisualAlf avatar Jan 29 '25 06:01 VisualAlf

Interesting... It looks like the double tapped event is not firing on the cell when selection unit is set to row. F2 key is still working by the way.

w-ahmad avatar Jan 29 '25 11:01 w-ahmad