Xceed Ultimate ListBox for Silverlight Documentation
ListBox Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by ListBox.

Public Constructors
 NameDescription
Public ConstructorListBox ConstructorInitializes a new instance of the ListBox class.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowDragPropertyIdentifies the AllowDrag dependency property.  
Public Fieldstatic (Shared in Visual Basic)AnimationSettingsPropertyIdentifies the AnimationSettings dependency property.  
Public Fieldstatic (Shared in Visual Basic)ContainerConfigurationsPropertyIdentifies the ContainerConfigurations dependency property.  
Public Fieldstatic (Shared in Visual Basic)DisplayMemberPathPropertyIdentifies the DisplayMemberPath dependency property.  
Public Fieldstatic (Shared in Visual Basic)FilterExpressionPropertyIdentifies the FilterExpression dependency property.  
Public Fieldstatic (Shared in Visual Basic)HorizontalScrollBarVisibilityPropertyIdentifies the HorizontalScrollBarVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemContainerStylePropertyIdentifies the ItemContainerStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemScrollingBehaviorProperty  
Public Fieldstatic (Shared in Visual Basic)ItemsPanelPropertyIdentifies the ItemsPanel dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemsSourcePropertyIdentifies the ItemsSource dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemTemplatePropertyIdentifies the ItemTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)ParentListBoxPropertyIdentifies the ParentListBox attached property.  
Public Fieldstatic (Shared in Visual Basic)SelectedItemPropertyIdentifies the SelectedItem dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedValuePathPropertyIdentifies the SelectedValuePath dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedValuePropertyIdentifies the SelectedValue dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectionModePropertyIdentifies the SelectionMode dependency property.  
Public Fieldstatic (Shared in Visual Basic)ToolPaneVisibilityPropertyIdentifies the ToolPaneVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)VerticalScrollBarVisibilityPropertyIdentifies the VerticalScrollBarVisibility dependency property.  
Top
Public Properties
 NameDescription
Public PropertyActualHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyActualWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyAllowDragGets or sets a value indicating whether the ListBox can be a drag source for purposes of drag-and-drop operations.  
Public PropertyAllowDrop (Inherited from System.Windows.UIElement)
Public PropertyAnimationSettingsGets or sets the animation settings of the ListBox.  
Public PropertyBackground (Inherited from System.Windows.Controls.Control)
Public PropertyBorderBrush (Inherited from System.Windows.Controls.Control)
Public PropertyBorderThickness (Inherited from System.Windows.Controls.Control)
Public PropertyCacheMode (Inherited from System.Windows.UIElement)
Public PropertyClip (Inherited from System.Windows.UIElement)
Public PropertyContainerConfigurationsGets or sets the container configurations of the ListBox.  
Public PropertyCursor (Inherited from System.Windows.FrameworkElement)
Public PropertyDataContext (Inherited from System.Windows.FrameworkElement)
Public PropertyDesiredSize (Inherited from System.Windows.UIElement)
Public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
Public PropertyDisplayMemberPathGets or sets the name or path of the property that is displayed for each data item.  
Public PropertyEffect (Inherited from System.Windows.UIElement)
Public PropertyFilterExpressionGets or sets the filter expression, which is embedded into the data query that is used to request data and filter the items that are displayed in a listbox.  
Public PropertyFlowDirection (Inherited from System.Windows.FrameworkElement)
Public PropertyFontFamily (Inherited from System.Windows.Controls.Control)
Public PropertyFontSize (Inherited from System.Windows.Controls.Control)
Public PropertyFontStretch (Inherited from System.Windows.Controls.Control)
Public PropertyFontStyle (Inherited from System.Windows.Controls.Control)
Public PropertyFontWeight (Inherited from System.Windows.Controls.Control)
Public PropertyForeground (Inherited from System.Windows.Controls.Control)
Public PropertyGroupDescriptionsGets a collection of group descriptions that describe how the items in a listbox are grouped.  
Public PropertyHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyHideDataNavigationPaneCommandGets the HideDataNavigation pane command.  
Public PropertyHorizontalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyHorizontalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyHorizontalScrollBarVisibilityGets or sets the visibility of the horizontal scroll bar.  
Public PropertyIsEnabled (Inherited from System.Windows.Controls.Control)
Public PropertyIsHitTestVisible (Inherited from System.Windows.UIElement)
Public PropertyIsTabStop (Inherited from System.Windows.Controls.Control)
Public PropertyItemContainerStyleGets or sets the style that is used when rendering the item containers.  
Public PropertyItemsGets a list of the items (business objects) contained within the listbox, in the order in which they appear.  
Public PropertyItemScrollingBehaviorGets or sets a value indicating how the data items in the grid are scrolled.  
Public PropertyItemsPanelGets or sets the template that defines the panel that controls the layout of items.  
Public PropertyItemsSourceGets or sets the data source to which a listbox is bound.  
Public PropertyItemTemplateGets or sets the DataTemplate used to display each item.  
Public PropertyLanguage (Inherited from System.Windows.FrameworkElement)
Public PropertyMargin (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyMaxWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyMinHeight (Inherited from System.Windows.FrameworkElement)
Public PropertyMinWidth (Inherited from System.Windows.FrameworkElement)
Public PropertyName (Inherited from System.Windows.FrameworkElement)
Public PropertyNavigateToGroupCommandGets the navigate to group command.  
Public PropertyNextViewCommandGets the next view command.  
Public PropertyOpacity (Inherited from System.Windows.UIElement)
Public PropertyOpacityMask (Inherited from System.Windows.UIElement)
Public PropertyPadding (Inherited from System.Windows.Controls.Control)
Public PropertyParent (Inherited from System.Windows.FrameworkElement)
Public PropertyPreviousViewCommandGets the previous view command.  
Public PropertyProjection (Inherited from System.Windows.UIElement)
Public PropertyRenderSize (Inherited from System.Windows.UIElement)
Public PropertyRenderTransform (Inherited from System.Windows.UIElement)
Public PropertyRenderTransformOrigin (Inherited from System.Windows.UIElement)
Public PropertyResources (Inherited from System.Windows.FrameworkElement)
Public PropertySelectedItemGets or sets the first item in the current selection or returns null if the selection is empty.  
Public PropertySelectedItemsGets the list of currently selected items for the ListBox control.  
Public PropertySelectedRangesGets the ranges of items that are selected in a listbox.  
Public PropertySelectedValue

Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath.

 
Public PropertySelectedValuePath

Gets or sets the path that is used to get the SelectedValue property of the SelectedItem property.

 
Public PropertySelectionModeGets or sets a value indicating how the items in a listbox are selected at run time.  
Public PropertyShowDataNavigationPaneCommandGets the show data navigation pane command.  
Public PropertySortDescriptionsGets a collection of sort descriptions that describe how the items in a listbox are sorted.  
Public PropertyStyle (Inherited from System.Windows.FrameworkElement)
Public PropertyTabIndex (Inherited from System.Windows.Controls.Control)
Public PropertyTabNavigation (Inherited from System.Windows.Controls.Control)
Public PropertyTag (Inherited from System.Windows.FrameworkElement)
Public PropertyTemplate (Inherited from System.Windows.Controls.Control)
Public PropertyToolPaneVisibilityGets or sets the visibility of the tool pane.  
Public PropertyTriggers (Inherited from System.Windows.FrameworkElement)
Public PropertyUseLayoutRounding (Inherited from System.Windows.UIElement)
Public PropertyVerticalAlignment (Inherited from System.Windows.FrameworkElement)
Public PropertyVerticalContentAlignment (Inherited from System.Windows.Controls.Control)
Public PropertyVerticalScrollBarVisibilityGets or sets the visibility of the vertical scroll bar.  
Public PropertyVisibility (Inherited from System.Windows.UIElement)
Public PropertyWidth (Inherited from System.Windows.FrameworkElement)
Top
Protected Properties
 NameDescription
Protected PropertyDefaultStyleKey (Inherited from System.Windows.Controls.Control)
Top
Public Methods
 NameDescription
Public MethodAddHandler (Inherited from System.Windows.UIElement)
Public MethodApplyTemplate (Inherited from System.Windows.Controls.Control)
Public MethodArrange (Inherited from System.Windows.UIElement)
Public MethodBeginGetSelectedItemsBegins the asynchronous retrieval of the selected items.  
Public MethodCaptureMouse (Inherited from System.Windows.UIElement)
Public MethodClearValue (Inherited from System.Windows.DependencyObject)
Public MethodEndGetSelectedItemsEnds the asynchronous retrieval of the selected items.  
Public MethodFindName (Inherited from System.Windows.FrameworkElement)
Public MethodFocus (Inherited from System.Windows.Controls.Control)
Public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
Public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
Public MethodGetContainerFromItemRetrieves the container used to display the specified item.  
Public Methodstatic (Shared in Visual Basic)GetParentListBoxReturns the parent ListBox of a ListBoxContainer.   
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
Public MethodMeasure (Inherited from System.Windows.UIElement)
Public MethodOnApplyTemplateOverridden. Builds the visual tree for the element.
 
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodRefreshForces a refresh of the layout and configurations.  
Public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodScrollIntoViewScrolls the specified item into view.  
Public MethodSelectAllSelects all of the items in the ListBox.  
Public MethodSetBinding (Inherited from System.Windows.FrameworkElement)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Public MethodTransformToVisual (Inherited from System.Windows.UIElement)
Public MethodUpdateLayout (Inherited from System.Windows.UIElement)
Top
Protected Methods
 NameDescription
Protected MethodArrangeOverrideOverridden. Arranges the children of the element.  
Protected Internal MethodClearContainerForItemRemoves any bindings and templates applied to the item container.  
Protected MethodGetTemplateChild (Inherited from System.Windows.Controls.Control)
Protected Internal MethodInvalidateContainerConfigurationCacheInvalidates the container configuration cache of the ListBox.  
Protected MethodMeasureOverride (Inherited from System.Windows.FrameworkElement)
Protected MethodOnCreateAutomationPeer (Inherited from System.Windows.UIElement)
Protected MethodOnDragEnter (Inherited from System.Windows.Controls.Control)
Protected MethodOnDragLeave (Inherited from System.Windows.Controls.Control)
Protected MethodOnDragOver (Inherited from System.Windows.Controls.Control)
Protected MethodOnDrop (Inherited from System.Windows.Controls.Control)
Protected MethodOnGotFocusOverridden. Raises the GotFocus event.  
Protected MethodOnHideDataNavigationPaneCanExecuteDefines the method that determines whether the HideDataNavigationPane command can execute in its current state.  
Protected MethodOnHideDataNavigationPaneExecuteDefines the method to be called when the HideDataNavigationPane command is invoked.  
Protected MethodOnKeyDownOverridden. Raises the KeyDown event.  
Protected MethodOnKeyUp (Inherited from System.Windows.Controls.Control)
Protected MethodOnLostFocus (Inherited from System.Windows.Controls.Control)
Protected MethodOnLostMouseCapture (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseEnter (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseLeave (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseLeftButtonDown (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseLeftButtonUp (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseMove (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseRightButtonDown (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseRightButtonUp (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseWheel (Inherited from System.Windows.Controls.Control)
Protected MethodOnNavigateToGroupCanExecuteDefines the method to be called when NavigateToGroupCommand is invoked.  
Protected MethodOnNavigateToGroupExecutedDefines the method to be called when NavigateToGroupCommand is invoked.  
Protected MethodOnShowDataNavigationPaneCanExecuteDefines the method that determines whether the ShowDataNavigationPane command can execute in its current state.  
Protected MethodOnShowDataNavigationPaneExecuteDefines the method to be called when the ShowDataNavigationPane command is invoked.  
Protected MethodOnTextInput (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInputStart (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInputUpdate (Inherited from System.Windows.Controls.Control)
Protected Internal MethodPrepareContainerForItemPrepares the container to display the specified item.  
Top
Public Events
 NameDescription
Public EventBindingValidationError (Inherited from System.Windows.FrameworkElement)
Public EventDragEnter (Inherited from System.Windows.UIElement)
Public EventDragLeave (Inherited from System.Windows.UIElement)
Public EventDragOver (Inherited from System.Windows.UIElement)
Public EventDragStartingRaised when a drag operation is starting.  
Public EventDrop (Inherited from System.Windows.UIElement)
Public EventFilterRaised for each item in the data source that has not already been excluded by a filter expression to determine if it passes a filter.  
Public EventGotFocus (Inherited from System.Windows.UIElement)
Public EventIDropTargetCanDropElementRaised when a drag operation enters an IDropTarget.  
Public EventIDropTargetDragEnter

Raised when a drag operation enters an IDropTarget.

 
Public EventIDropTargetDragLeaveRaised when a drag operation leaves an IDropTarget.  
Public EventIDropTargetDragOverRaised when a drag operation hover over an IDropTarget.  
Public EventIDropTargetDropRaised when a drag operation sucessfully drops on an IDropTarget.  
Public EventIsEnabledChanged (Inherited from System.Windows.Controls.Control)
Public EventKeyDown (Inherited from System.Windows.UIElement)
Public EventKeyUp (Inherited from System.Windows.UIElement)
Public EventLayoutUpdated (Inherited from System.Windows.FrameworkElement)
Public EventLoaded (Inherited from System.Windows.FrameworkElement)
Public EventLostFocus (Inherited from System.Windows.UIElement)
Public EventLostMouseCapture (Inherited from System.Windows.UIElement)
Public EventMouseEnter (Inherited from System.Windows.UIElement)
Public EventMouseLeave (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonDown (Inherited from System.Windows.UIElement)
Public EventMouseLeftButtonUp (Inherited from System.Windows.UIElement)
Public EventMouseMove (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonDown (Inherited from System.Windows.UIElement)
Public EventMouseRightButtonUp (Inherited from System.Windows.UIElement)
Public EventMouseWheel (Inherited from System.Windows.UIElement)
Public EventPropertyChangedRaised when the value of a property is changed.  
Public EventSelectionChangedRaised when the selection is changed.  
Public EventSizeChanged (Inherited from System.Windows.FrameworkElement)
Public EventTextInput (Inherited from System.Windows.UIElement)
Public EventTextInputStart (Inherited from System.Windows.UIElement)
Public EventTextInputUpdate (Inherited from System.Windows.UIElement)
Public EventUnloaded (Inherited from System.Windows.FrameworkElement)
Top
See Also

Reference

ListBox Class
Xceed.Silverlight.ListBox Namespace

Send Feedback