I am writing an WPF application with a menu. it needs 2 to 4 seconds to show the submenu. during that 2~4 seconds, the submenu showed in transparency state.
So here is the Question, How Can I disable the transparency state of the menu? or something to avoid the 2~4 seconds' delay?
Thanks in advance.