ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TileListBox Class
Members



In This Topic
    C1TileListBox Class
    In This Topic
    List of items displayed in columns determined by the size of the items.
    Object Model
    C1TileListBox ClassC1ZoomUnit Structure
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ListBoxItem)>
    <TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
    <DefaultEventAttribute("OnItemsChanged")>
    <DefaultPropertyAttribute("Items")>
    <ContentPropertyAttribute("Items")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1TileListBox 
       Inherits C1ListBox
    'Usage
     
    
    Dim instance As C1TileListBox
    [LicenseProvider()]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ListBoxItem)]
    [TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1TileListBox : C1ListBox 
    [LicenseProvider()]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ListBoxItem)]
    [TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1TileListBox : public C1ListBox 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.C1ItemsControl
                               C1.WPF.C1ListViewer
                                  C1.WPF.C1ListBox
                                     C1.WPF.C1TileListBox

    See Also