Xceed Ultimate ListBox for Silverlight Documentation
ListBox Class
Members 


Represents the core class of Xceed Ultimate ListBox for Silverlight, which derives from Control and is used to display and manipulate data, containing a list of selectable items.
Syntax
<TemplateVisualStateAttribute(Name="DataNavigationPaneVisible", GroupName="DataNavigationPaneStates")>
<ContentPropertyAttribute("Items")>
<TemplateVisualStateAttribute(GroupName="ResquestStatus", Name="RequestsPending")>
<TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplateVisualStateAttribute(GroupName="ResquestStatus", Name="NoPendingRequests")>
<TemplateVisualStateAttribute(GroupName="LicensingStates", Name="Licensed")>
<TemplateVisualStateAttribute(GroupName="LicensingStates", Name="NotLicensed")>
<TemplateVisualStateAttribute(GroupName="DataNavigationPaneStates", Name="DataNavigationPaneHidden")>
Public Class ListBox 
   Inherits System.Windows.Controls.Control
   Implements Xceed.Silverlight.Controls.IDataNavigationHostXceed.Silverlight.DragDrop.IDropTarget 
Dim instance As ListBox
[TemplateVisualStateAttribute(Name="DataNavigationPaneVisible", GroupName="DataNavigationPaneStates")]
[ContentPropertyAttribute("Items")]
[TemplateVisualStateAttribute(GroupName="ResquestStatus", Name="RequestsPending")]
[TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="ResquestStatus", Name="NoPendingRequests")]
[TemplateVisualStateAttribute(GroupName="LicensingStates", Name="Licensed")]
[TemplateVisualStateAttribute(GroupName="LicensingStates", Name="NotLicensed")]
[TemplateVisualStateAttribute(GroupName="DataNavigationPaneStates", Name="DataNavigationPaneHidden")]
public class ListBox : System.Windows.Controls.Control, Xceed.Silverlight.Controls.IDataNavigationHostXceed.Silverlight.DragDrop.IDropTarget  
Remarks

The ListBox is a control that displays a collection of items. More than one item in a ListBox is visible at a time. Whether the ListBox allows multiple selections is set by using the SelectionMode property.

Its content is set using the Items or ItemsSource properties.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Xceed.Silverlight.ListBox.ListBox

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListBox Members
Xceed.Silverlight.ListBox Namespace

Send Feedback