4.723 RibbonGallery (4.5)

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ItemsControl > RibbonGallery, IInputElement
RibbonGallery
(usage)
<RibbonGallery> x:Object* </RibbonGallery>
(description)
Represents a menu that displays a set of related items or commands in a visually rich format that can be organized into multiple categorized subsets.
[content property]
Items
[name property]
Name
[xml lang property]
Language
(properties)
AllFilterItemContainerStyle
Style
(description)
The style that is applied to items in the filter when the "All" filter is selected.
AllFilterItemTemplate
DataTemplate
(description)
The DataTemplate that is used to display items in the filter when the "All" filter is selected.
CanAddToQuickAccessToolBarDirectly
x:Boolean
(description)
A value that indicates whether this control can be added directly to the Quick Access Toolbar.
CanUserFilter
x:Boolean
(description)
A value that indicates whether a user can apply a filter to gallery items.
CategoryStyle
Style
(description)
The style that is applied to the RibbonGalleryCategory element generated for each item.
CategoryTemplate
DataTemplate
(description)
The DataTemplate that is used to display each item in a RibbonGalleryCategory.
ColumnsStretchToFill
x:Boolean
(description)
A value that indicates that the gallery distributes all its available width equally between its columns.
Command
ICommand
(description)
The command that is associated with this ribbon gallery.
CommandParameter
x:Object
(description)
A user-defined data value to pass to the command.
CommandTarget
IInputElement
(description)
The element on which to invoke the specified command.
FilterItemContainerStyle
Style
(description)
The style that is applied to the filter items container generated from a RibbonGalleryCategory header.
FilterItemContainerStyleSelector
StyleSelector
(description)
The custom logic for selecting a Style that is applied to items in the filter when a custom filter is selected.
FilterItemTemplate
DataTemplate
(description)
The DataTemplate that is used to display items in the filter when a custom filter is selected.
FilterItemTemplateSelector
DataTemplateSelector
(description)
The custom logic for selecting a DataTemplate that is used to display items in the filter when a custom filter is selected.
FilterMenuButtonStyle
Style
(description)
The style that is applied to the filter menu button.
FilterPaneContent
x:Object
(description)
The contents of the filter pane.
FilterPaneContentTemplate
DataTemplate
(description)
The DataTemplate that is used to display the contents of the filter pane.
GalleryItemStyle
Style
(description)
The style that is applied to items in the RibbonGallery.
GalleryItemTemplate
DataTemplate
(description)
The DataTemplate that is used to display each item in a RibbonGallery.
IsSharedColumnSizeScope
x:Boolean
(description)
A value that specifies whether this gallery defines the scope used for uniform layout of items.
IsSynchronizedWithCurrentItem
x:Nullable(x:Boolean)
(description)
A value that indicates whether the gallery should keep the SelectedItem synchronized with the current item in the Items collection.
MaxColumnCount
x:Int32
(description)
A value that specifies the maximum number of columns used to layout items in a gallery ItemsPanel.
MinColumnCount
x:Int32
(description)
A value that specifies the minimum number of columns used to layout items in a gallery ItemsPanel.
PreviewCommandParameter
x:Object
(description)
A user-defined data value to pass to the command when it is previewed.
QuickAccessToolBarId
x:Object
(description)
A unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.
SelectedItem
x:Object
(description)
The currently selected item in the ribbon gallery.
SelectedValue
x:Object
(description)
The value of the property on the SelectedItem that is specified by the SelectedValuePath.
SelectedValuePath
x:String
(description)
The path that is used to get the SelectedValue of the SelectedItem in a RibbonGallery.
SmallImageSource
ImageSource
(description)
The image that is displayed on the control when the image size is set to Small.
ToolTipDescription
x:String
(description)
The descriptive text that is displayed in the ToolTip for this control.
ToolTipFooterDescription
x:String
(description)
The descriptive text that is displayed in the footer of the ToolTip for this control.
ToolTipFooterImageSource
ImageSource
(description)
The image that is displayed in the footer of the ToolTip for this control.
ToolTipFooterTitle
x:String
(description)
The title text that is displayed in the footer of the ToolTip for this control.
ToolTipImageSource
ImageSource
(description)
The image that is displayed in the ToolTip for this control.
ToolTipTitle
x:String
(description)
The title text that is displayed in the ToolTip for this control.
(static properties)
AllFilterItem
x:Object
(description)
The filter that returns all items in a ribbon gallery.
FilterCommand
RoutedCommand
(description)
The command to invoke when the current gallery filter is changed by the user.
(events)
SelectionChanged
Occurs when the SelectedItem property changes.