WPF ToolBar: how to customize appearance (remove dots and a pointer)

Posted by Nike on Stack Overflow See other posts from Stack Overflow or by Nike
Published on 2010-03-22T16:00:51Z Indexed on 2010/03/22 16:01 UTC
Read the original article Hit count: 1407

Filed under:
|

I use ToolBar for my WPF application. As I understand, there is no easy way to make it floating. I just want to remove elements which I don't want to be displayed: several dots in the left side, and a pointer (arrow) in right side of ToolBar. Is there any Properties to customize view of ToolBar? Or, maybe, it's possible to redefine a ToolBar Template?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about toolbar