Provides a way to arrange content in a grid where all the cells in the grid have the same size.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public class C1UniformGrid : Panel
Visual Basic
Public Class C1UniformGrid _
	Inherits Panel

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Panel
          C1.Xaml..::..C1UniformGrid

See Also