Is there a way to ignore right-click in the suggestion list of AutoSuggestBox?
Ken Kameda
1
Reputation point
Currently, right-click in the suggestion list of AutoSuggestBox causes the list to close. Is there a way to ignore the right-click and keep the suggestion list up? I've tried adding event handlers to the AutoSuggestBox, its popup, and the list in the popup, for the events ContextRequested, PointerPressed, RightTapped, and had them do args.Handled(true), but none of that worked.
Windows development | Windows App SDK
Sign in to answer