C
C
crescent2021-12-07 13:11:39
WPF
crescent, 2021-12-07 13:11:39

C# how to speed up menu context?

The program has a menu context, but it does not appear immediately!.
Or rather, not the menu itself but the submenu of elements does not immediately pop out.

61af332a128cc180187315.png

In this example, the main menu will pop up immediately, but if you point to the news, for example, it will take 2 seconds when the submenu pops up

. How to remove this delay?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Voland69, 2021-12-07
@Voland69

Remove the blocking wait for the completion of the method, executing for 2 seconds when hovering over the news.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question