In This Topic
List of items which can be used with heavy templates and preview template to scroll quickly.
Object Model
Syntax
'Declaration
<LicenseProviderAttribute()>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ListViewerItem)>
<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 C1ListViewer
Inherits C1ItemsControl
'Usage
Dim instance As C1ListViewer
[LicenseProvider()]
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ListViewerItem)]
[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 C1ListViewer : C1ItemsControl
[LicenseProvider()]
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ListViewerItem)]
[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 C1ListViewer : public C1ItemsControl
Inheritance Hierarchy
See Also