A type of panel that displays its children in a grid with a specified number of rows and columns. Optionally, a constant child size can be specified.

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

Syntax

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

Inheritance Hierarchy

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

See Also