ToolBars in Avalon
Posted by: Keyvan Nayyeri,
on 09 Sep 2006 |
View original | Bookmarked: 0 time(s)
Creating a ToolBar is easy and sweet in Avalon. Using XAML markups or Avalon codes you can create a ToolBar quickly. In this post I introduce this control in Avalon. ToolBar in XAML Building a simple ToolBar is as easy as writing a <ToolBar /> element. Except some common attributes this element has following important attributes for its own: IsOverFlowOpen: A Boolean value that specifies the position of ToolBarOverflowPanel at start. Band: Determines the position...