c# - Menu open event -


i have wpf menu add items programatically. consist of couple of menuitems.
however, in 1 of menuitems add listbox.(i needed scroller because have many items , made easy).

the menu looks fine , works. problem after select (click on) on listbox menu closes expected; if move mouse on it, menu pops open.
i have searched on internet no luck not surprising since pretty custom stuff.

the last thing tried checking events , see if can handle them. can detect mouseover. not see popopen or onclick event menu.

any ideas if can detect these events? other ideas, suggestions appreciated. , if there way add scroller bunch of menuitems may change design well.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -