Represents a panel which lays out its children in a stack, but truncates the layout after a specified number of children.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class CountLimitedPanel : Panel
Visual Basic
Public Class CountLimitedPanel _
	Inherits Panel
Visual C++
public ref class CountLimitedPanel : public Panel

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Panel
          Mindscape.SilverlightElements..::..CountLimitedPanel

See Also