I have a content pane on which i have a theme applied, the content pane can be docked anywhere on the screen and can make it as a floating window.
When i am making my content pane a floating windows, the theme gets lost.
I wanted my theme to remain when the content pane acts as a floating window or is there any alternative to set my personal theme only while content pane is floating
Regards,
Sachin Deoli
Hello Sachine,
I am not sure about your requirement, because if you remove the border then how you gonna drag or close the floating window?
I believe you or your teammate created another post to discuss this new requirement at :
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-wpf/124138/how-to-hide-title-bar-of-floating-tool-user-control
its good to create new support post for a new requirement, its better organize the response and for others members to follow the solution for a requirement.
You can follow that thread to discuss this new requirement.
Divya Jain
Any Update on my new requirements ?
Hello Divya,
Is there any way to Completely remove the border of the floating content pane
I don't require the border now all i need is the content inside the border
My requirement is from picture1 to picture2(only when the content pane is floating)
Pic1-:
Pic2-:
Kind Regards,
Hello,
As I explained floating window is seprate from the main window and its elements are not in the direct visual tree of dockmanager and that is why the style you apply has to be in the app.xaml.
In your real time application you should have app.xaml file . I don’t see any other way to apply style for floating window.
Any update On this issue?