Represents a panel which lays out its children in a stack, but truncates the layout to the available size instead of growing to meet the demands of the children.

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

Syntax

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

Inheritance Hierarchy

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

See Also