Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 3.28 KB

overview.md

File metadata and controls

48 lines (36 loc) · 3.28 KB
title page_title description slug tags published position CTAControlName
Overview
Overview
Check our "Overview" documentation article for the RadToolBar {{ site.framework_name }} control.
radtoolbar-overview
overview
true
0
RadToolBar

{{ site.framework_name }} ToolBar Overview

Thank you for choosing Telerik RadToolBar!

RadToolBar is an ItemsControl that can contain a group of controls (items). The RadToolBar can also display its items in accompanying (pop-up) overflow area if the available area is too small.

{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}

RadToolBar

The RadToolBar mimics the functionality and behavior of the Visual Studio toolbar with its Strip and Overflow areas. All the items in the toolbar will jump between the strip and the overflow depending on the toolbar's size. In addition, the developer is able to stick items into one of these areas using the attached OverflowMode property.

By default, when not all items in the ToolBar are visible, the OverflowButton will be enabled so it can display its content. Respectively, it will be disabled when all items in the ToolBar are displayed. In order the OverflowButton to be automatically hidden instead of disabled, set the AutoHideOverflowButton property to True. This property has a lower priority compared to OverflowButtonVisibility.

The RadToolBar also enables you to apply conditional styling to its items. The ToolBarContainerStyleSelector class allows you to easily specify different styles for the different control types by providing a collection of ToolBarContainerStyle objects.

There are also pre-defined styles for many of the standard controls – Button, RadButton, ToggleButton, RadToggleButton, CheckBox, RadioButton, RadRadioButton, RadDropDownButton, TextBox, TextBlock, RadToolBarSeparator{% if site.site_name == 'Silverlight' %}, RadSeparator{% endif %}.

{% if site.site_name == 'WPF' %}

Telerik UI for WPF Support and Learning Resources

See Also

  • [Getting Started]({%slug radtoolbar-getting-started%})
  • [ToolBarTray Overview]({%slug radtoolbartray-overview%})
  • [Item Alignment]({%slug radtoolbar-features-itemalignment%})
  • RadToolBar API Reference