I am new to wpf. I have to create a floating ToolBar in wpf like the ms – office 2003 toolbar.
So that I can place it anywhere top – bottom, left- right as same as it was in office 2003.
Please help me …………………..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I recommend you look at third party control libraries for this. Syncfusion is a commercial product that contains a dock manager component in their essential tools collection. It’s not really like office 2k3 though (more like Visual Studio). There is also one on codeplex and I’m sure there are several others at various price ranges.
For the actual undocking of toolbars from the main toolbar area I believe the standard WPF toolbar controls already supports this. At least you can move them around within a toolbar tray.