Hi there,
I have an control to show some figure, see blue area.
I want to customize a control which has this function, when mouse is over the figure control, there will be some setting control(see the black area) showing around the figure control and make sure the setting control will not affect layout of figure control.
Now we use the popup to implement the setting area. it works well, but there is a problem that popup is showed as topmost, we have some non modal child windows, these setting popup will always show on the child windows, that make us window looks ugly. We hope these setting area always under child windows and up the figure control that will not change the layout.
Does anyone have any idea about this with WPF?
Thanks
FM