I created a custom titlebar in my WPF application (it's actually an user control), because I needed a DropDown and a Button in it. It works fine.
My titlebar will be used often, also by other people.
But how can I design my titlebar like the normal titlebar of windows apps. It should be lifted like the border.
Is it also possible to create a window of the titlebar? The problem is you can't drag the window, but the implementation of this should be in my custom titlebar, not in the main window (where the titlebar is inserted). What is your idea ?