Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1UniformGrid Class
Members

In This Topic
    C1UniformGrid Class
    In This Topic
    Provides a way to arrange content in a grid where all the cells in the grid have the same size.
    Object Model
    C1UniformGrid Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children", True)>
    Public Class C1UniformGrid 
       Inherits System.Windows.Controls.Panel
    [ContentProperty("Children", true)]
    public class C1UniformGrid : System.Windows.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Panel
                   C1.Silverlight.C1UniformGrid

    See Also