Why does a WPF Popup close when its background area is clicked?

前端 未结 5 1109
温柔的废话
温柔的废话 2020-12-14 01:47

I have a WPF Popup control that contains some editing controls (list boxes, text boxes, check boxes) laid out with quite a bit of whitespace.

Popu

5条回答
  •  失恋的感觉
    2020-12-14 02:34

    My best guess is you have some transparency issues going on. Try setting a background brush on the popup.

提交回复
热议问题