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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class SizeLimitedPanel : Panel
Visual Basic (Declaration)
Public Class SizeLimitedPanel _
	Inherits Panel

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Panel
              Mindscape.WpfElements..::.SizeLimitedPanel

See Also