Is there a way to ignore right-click in the suggestion list of AutoSuggestBox?

Ken Kameda 1 Reputation point
2026-08-14T02:06:15.7433333+00:00

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
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.