Multiple WPF popups in app -
I am developing a WPF app and I have a problem with popups. I understand the issue that a popup Zindex is more than everything. The problem I am facing in my app can be such situations that more than one popup is open at a time. When this happens, the last popup that opens is always above the other. I really want to work, whatever popup is clicked is finally on top. I have a thumb on the popup, so pull it Can be taken and I have a behavior to control dragging. I have seen that I can call popup.isopen = false and then popup.isopen = thumb_drag shows the correct and click popup in the event, but when the popup is closed and opening it produces an undesirable flash I think of the reflector Have dug through and have tried many things (coecevalue on IsOpenProperty, invalid visual, etc.) and have any luck, is anyone having the same problem and capable of fixing it?
Thanks
Maybe it can help? This is a popup which is not the top, it is sure that it will work in your scenario, but it may be worth a try.
Comments
Post a Comment