What is mini toolbar

broken image
broken image

Second, you can add a colum in the Grid using * layout so that it auto-fills to match the width of another longer row. This yields several benefits, which are apparent in the screenshot above.įirst, multiple rows of items are supported by using a Grid.

broken image

The MiniToolBar will use a WrapPanel by default for the items panel however we typically using a more advanced Grid control instead. Any control can be added to the mini-toolbar.

broken image

The MiniToolBar control inherits ItemsControl and therefore adding controls to it is extremely easy, however we do have some layout tips. Mini-toolbars are typically used in two scenarios: following a mouse selection in a document and for display along with a context menu to provide additional options. Any controls, including galleries, can be used on the mini-toolbar.Ī mini-toolbar showing the use of a color picker gallery child control The mini-toolbar is a great new concept introduced in Office 2007. In This Article Introduction Mini-ToolBar