skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadGallery

Represents a ribbon RadGallery.

Inheritance
System.Object
ItemsControlSelector
ListControl
RadListBox
RadGallery
RadRibbonGallery
Inherited Members
RadListBox.DropVisualProviderProperty
RadListBox.DragDropBehaviorProperty
RadListBox.DragVisualProviderProperty
RadListBox.DataConverterProperty
RadListBox.OnApplyTemplate()
RadListBox.IsItemSelectable(Object)
RadListBox.OnKeyDown(KeyEventArgs)
RadListBox.HandleKeyboardInput(Key)
RadListBox.OnTextInput(TextCompositionEventArgs)
RadListBox.InitializeTextRetriever()
RadListBox.GetDataItem(UIElement)
RadListBox.UpdateItems(NotifyCollectionChangedAction, IList, IList)
RadListBox.OnSelectionChanged(SelectionChangedEventArgs)
RadListBox.OnItemsChanged(NotifyCollectionChangedEventArgs)
RadListBox.DropVisualProvider
RadListBox.DragDropBehavior
RadListBox.DragVisualProvider
RadListBox.DataConverter
ListControl.CanAutocompleteSelectItemsProperty
ListControl.TextSearchModeProperty
ListControl.CanAutocompleteSelectPartialMatchesProperty
ListControl.TypedTextProperty
ListControl.CommandProperty
ListControl.CommandParameterProperty
ListControl.CommandTargetProperty
ListControl.CanKeyboardNavigationSelectItemsProperty
ListControl.IsScrollIntoViewEnabledProperty
ListControl.ClearContainerForItemOverride(DependencyObject, Object)
ListControl.OnItemsPanelChanged(ItemsPanelTemplate, ItemsPanelTemplate)
ListControl.OnPropertyChanged(DependencyPropertyChangedEventArgs)
ListControl.ClearContainerStates(FrameworkElement)
ListControl.HighlightedIndexChanged(Int32, Key)
ListControl.OnMatchingItemChanged()
ListControl.OnAutocompleteBehaviorTypedTextChanged()
ListControl.IsIndexSelectable(Int32)
ListControl.OnSelectionModeChanged()
ListControl.GetScrollViewerPart()
ListControl.ScrollIntoView(Object)
ListControl.ScrollIntoView(Int32)
ListControl.IScrollingInfo.TransformFromDropTargetToViewPort(Point)
ListControl.IScrollingServiceCore.ScrollVertical(Double)
ListControl.IScrollingServiceCore.ScrollHorizontal(Double)
ListControl.SelectAllCommand
ListControl.CanAutocompleteSelectItems
ListControl.CanAutocompleteSelectPartialMatches
ListControl.TextSearchMode
ListControl.CanKeyboardNavigationSelectItems
ListControl.IsScrollIntoViewEnabled
ListControl.TypedText
ListControl.Command
ListControl.CommandParameter
ListControl.CommandTarget
ListControl.IsItemsHostVisible
ListControl.HighlightedItem
ListControl.KeyboardNavigation
ListControl.AutocompleteBehavior
ListControl.HighlightedIndex
ListControl.IScrollingInfo.ViewportHeight
ListControl.IScrollingInfo.ViewportWidth
ListControl.IScrollingInfo.HorizontalOffset
ListControl.IScrollingInfo.VerticalOffset
ListControl.IScrollingInfo.ExtentHeight
ListControl.IScrollingInfo.ExtentWidth
ListControl.IListControl.Items
ItemsControlSelector.SelectionModeProperty
ItemsControlSelector.IsSynchronizedWithCurrentItemProperty
ItemsControlSelector.SelectedIndexProperty
ItemsControlSelector.SelectedItemProperty
ItemsControlSelector.SelectedValueProperty
ItemsControlSelector.SelectedValuePathProperty
ItemsControlSelector.TextProperty
ItemsControlSelector.TextPathProperty
ItemsControlSelector.EnableSelectionCachingProperty
ItemsControlSelector.SelectionChangedEvent
ItemsControlSelector.ISelectorInteraction.IsItemSelectable(Object)
ItemsControlSelector.ISelectorInteraction.GetItems()
ItemsControlSelector.ISelectorInteraction.MoveCurrentItemInCollectionView(Object)
ItemsControlSelector.OnItemsSourceChanged(IEnumerable, IEnumerable)
ItemsControlSelector.ChangeVisualState(Boolean)
ItemsControlSelector.OnIsEnabledChanged(DependencyPropertyChangedEventArgs)
ItemsControlSelector.InitializeValueRetriever()
ItemsControlSelector.InitializeSelectionBehavior()
ItemsControlSelector.GetSelectionBehavior()
ItemsControlSelector.EndInit()
ItemsControlSelector.ISelectorInteraction.IsDefaultCollectionView
ItemsControlSelector.SelectionMode
ItemsControlSelector.IsSynchronizedWithCurrentItem
ItemsControlSelector.SelectedItems
ItemsControlSelector.SelectionHelper
ItemsControlSelector.SelectedIndex
ItemsControlSelector.SelectedItem
ItemsControlSelector.SelectedValue
ItemsControlSelector.SelectedValuePath
ItemsControlSelector.SelectedValueBinding
ItemsControlSelector.TextBinding
ItemsControlSelector.Text
ItemsControlSelector.TextPath
ItemsControlSelector.EnableSelectionCaching
ItemsControlSelector.ItemSearch
ItemsControlSelector.ValueRetriever
ItemsControlSelector.TextRetriever
ItemsControlSelector.SelectionChanged
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.RibbonView.dll

Syntax

public class RadGallery : RadListBox, IMultiSelector, ISelector, ISelectorInteraction, IAutocomplete, IListControl, ICommandSource, IScrollingServiceCore, IScrollingInfo

Constructors

RadGallery()

Initializes a new instance of the RadGallery class.

Declaration
public RadGallery()

Fields

ItemHeightProperty

Identifies the ItemHeight property.

Declaration
public static readonly DependencyProperty ItemHeightProperty
Field Value
System.Windows.DependencyProperty

ItemWidthProperty

Identifies the ItemWidth property.

Declaration
public static readonly DependencyProperty ItemWidthProperty
Field Value
System.Windows.DependencyProperty

ViewportWidthProperty

Identifies the ViewportWidth property.

Declaration
public static readonly DependencyProperty ViewportWidthProperty
Field Value
System.Windows.DependencyProperty

Properties

ItemHeight

Gets or sets the height of the item.

Declaration
public double ItemHeight { get; set; }
Property Value
System.Double

The height of the item.

ItemWidth

Gets or sets the width of the item.

Declaration
public double ItemWidth { get; set; }
Property Value
System.Double

The width of the item.

ViewportWidth

Gets or sets the width of the viewport.

Declaration
public double ViewportWidth { get; set; }
Property Value
System.Double

The width of the viewport.

Methods

CanPerformSelection()

Indicates whether the selection helper can perform operation or not.

Declaration
protected override bool CanPerformSelection()
Returns
System.Boolean

Overrides
ListControl.CanPerformSelection()

GetContainerForItemOverride()

Creates or identifies the element that is used to display the given item.

Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject

The element that is used to display the given item.

Overrides
RadListBox.GetContainerForItemOverride()

IsItemItsOwnContainerOverride(Object)

Determines if the specified item is (or is eligible to be) its own container.

Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object item

The item to check.

Returns
System.Boolean

True if the item is (or is eligible to be) its own container; otherwise, false.

Overrides
ListControl.IsItemItsOwnContainerOverride(Object)

OnCreateAutomationPeer()

Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

Overrides
RadListBox.OnCreateAutomationPeer()

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

Overrides
RadListBox.OnInitialized(EventArgs)

PrepareContainerForItemOverride(DependencyObject, Object)

Prepares the container for item override.

Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject element

The element.

System.Object item

The item.

Overrides
ListControl.PrepareContainerForItemOverride(DependencyObject, Object)

ResetTheme()

Resets the theme.

Declaration
public void ResetTheme()

Events

ActivatePreview

Occurs when mouse is over a gallery item.

Declaration
public event EventHandler<RadRoutedEventArgs> ActivatePreview
Event Type
System.EventHandler<RadRoutedEventArgs>

DeactivatePreview

Occurs when the mouse leaves the gallery item.

Declaration
public event EventHandler<RadRoutedEventArgs> DeactivatePreview
Event Type
System.EventHandler<RadRoutedEventArgs>

Extension Methods

ItemsControlSelectorExtensions.ContainerFromItemOrContainer(ItemsControlSelector, Object)
ItemsControlSelectorExtensions.ContainerFromIndex(ItemsControlSelector, Int32)
CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.