Please need help. Have been struggling with this for last 24 hours.
I have a small floating contentpane - width:100, height:100 which I'm placing over at coordinate x:10, y:10. There is a third party application window below this floating contentpane at coordinates (x:0, y:0, width:640, height:640).
How do I make my floating contentpane to stay visible all the time even if I were to click on the third party application ?
Also, I would like to remove the close button on this floating contentpane. I tried playing around with PaneHeaderPresenter style in the DockManagerGeneric.xaml, but no luck. The changes in the style seem to have an impact on the contentpanes docked, but not on floating contentpanes. I'm sure I'm missing something.
Kindly help.
cxradhak said: Also, I would like to remove the close button on this floating contentpane. I tried playing around with PaneHeaderPresenter style in the DockManagerGeneric.xaml, but no luck. The changes in the style seem to have an impact on the contentpanes docked, but not on floating contentpanes. I'm sure I'm missing something.
Found a setting on Windows properties to AllowTransparency to True. This along with your suggested solution helps a lot.
Thanks again.