WPF ToolBar: how to customize appearance (remove dots on the left)

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 18:21 UTC
Read the original article Hit count: 258

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 element which I don't want to be displayed: several dots in the left 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 .net-3.5

Related posts about wpf