In This Topic
Represents a control that displays a list of data items.
Object Model
Syntax
'Declaration
<DesignTimeVisibleAttribute(False)>
<LicenseProviderAttribute(GrapeCity.Common.SpreadLicenseProvider)>
<TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
<StyleTypedPropertyAttribute(Property="SubItemStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItem)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<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 GcListBox
Inherits System.Windows.Controls.ItemsControl
'Usage
Dim instance As GcListBox
[DesignTimeVisible(false)]
[LicenseProvider(GrapeCity.Common.SpreadLicenseProvider)]
[TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
[StyleTypedProperty(Property="SubItemStyle", StyleTargetType=GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubItem)]
[TemplateVisualState(Name="Normal", GroupName="CommonStates")]
[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 GcListBox : System.Windows.Controls.ItemsControl
Inheritance Hierarchy
See Also