-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
Right click on a row doesn't select the row for the RowContextFlyout.
This is frustrating to my users, because they keep sending Mails to the wrong recipients.
Steps to Reproduce:
TablieViewwithRowContextFlyoutandSelectionUnit="Row"andSelectionMode="Extended"or"Single".
<tv:TableView
SelectionUnit="Row">
<i:Interaction.Behaviors>
<behaviors:TableViewHelper />
</i:Interaction.Behaviors>
<tv:TableView.RowContextFlyout>
<MenuFlyout>
<MenuFlyoutItem
x:Uid="CopyEmail"
Click="CopyEmail_Click">
<MenuFlyoutItem.Icon>
<SymbolIcon Symbol="Copy" />
</MenuFlyoutItem.Icon>
</MenuFlyoutItem>
</MenuFlyout>
</tv:TableView.RowContextFlyout>
</tv:TableView>- Right click the Row
+ Expected selection is changed to the clicked row.
- Actual selection remains empty, or on the previously selected row.Expected behavior:
Expected selection is changed to the right clicked row.
Screenshots:
Before right click:
After right click:
Environment:
- Package Version:
<PackageVersion Include="WinUI.TableView" Version="1.4.0-preview1" /> - WinAppSDK Version: net9.0-windows10.0.26100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working