Contains a list of selectable items. Supports grouping.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class GroupedListBox : ListBox, 
	ICollectionChangedListener
Visual Basic
Public Class GroupedListBox _
	Inherits ListBox _
	Implements ICollectionChangedListener

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                C1.Silverlight.Schedule..::..GroupedListBox
                  C1.Silverlight.Schedule..::..VisualIntervalsPresenter

See Also