You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a totally new sample, an addition to an existing sample page, or a modification of an existing sample page?
New sample
Addition to existing sample
Modification to existing sample
If this is an addition/modification to an existing sample page, which one?
MenuFlyout
Describe the sample
I propose a change for MenuFlyout to contain a sample on how to handle an interaction from MenuFlyout within a TreeView/ListView on a TreeViewNode. The sample should just contain a way to handle an interaction from MenuFlyoutItem on any particular node of a TreeView/ListView.
Is your sample request related to a problem? Please describe it
I can't seem to find a proper way of getting the currently highlighted TreeViewNode when using MenuFlyouts. I have some nodes and with a different FlyoutContext I would like to, for example, Edit or Open Folder but I can't determine what node I'm currently highlighted on. MenuFlyoutItem Click event returns the selected MenuFlyoutItem, the target of the MenuFlyout is the TreeView it belongs to, I can't use SelectedNode of the TreeView as it's null (it's highlighted not selected).
Additional context
Original app:
My app:
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion @iAmThatMichael. We are currently busy with updating the repo structure but let's revisit that idea in the future. I think that it could be very helpful!
Is this a totally new sample, an addition to an existing sample page, or a modification of an existing sample page?
If this is an addition/modification to an existing sample page, which one?
MenuFlyout
Describe the sample
I propose a change for MenuFlyout to contain a sample on how to handle an interaction from MenuFlyout within a TreeView/ListView on a TreeViewNode. The sample should just contain a way to handle an interaction from MenuFlyoutItem on any particular node of a TreeView/ListView.
Is your sample request related to a problem? Please describe it
I can't seem to find a proper way of getting the currently highlighted TreeViewNode when using MenuFlyouts. I have some nodes and with a different FlyoutContext I would like to, for example, Edit or Open Folder but I can't determine what node I'm currently highlighted on. MenuFlyoutItem Click event returns the selected MenuFlyoutItem, the target of the MenuFlyout is the TreeView it belongs to, I can't use SelectedNode of the TreeView as it's null (it's highlighted not selected).
Additional context
Original app:
My app:
The text was updated successfully, but these errors were encountered: