tags:

views:

101

answers:

1

I'm trying to style the toolbar to look like a Visual Studio panel toolbar, but I can't get rid of the round corners and overflow button.

This is the code I currently have:

<UserControl ...>
  <DockPanel>
     <ToolBar DockPanel.Dock="Top">
       ...
     </ToolBar>
  </DockPanel>

I've tried putting the toolbar inside a ToolBarTray and set the ToolBarTray.IsLocked to true which removed the grip, but that's it.

A: 

Would this LearnWPF post be of any help?

JustABill
no, that's not what I mean (I edited the question to clarify it)
David E
Oh, tool*bar*, I was thinking of ToolWindows. I'm sorry. I have no idea for a toolbar; Blend might be able to style away the corners but I have no idea on the button.
JustABill