ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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
     
    Public Class C1UniformGrid 
       Inherits Windows.UI.Xaml.Controls.Panel
    public class C1UniformGrid : Windows.UI.Xaml.Controls.Panel 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Panel
                   C1.Xaml.C1UniformGrid

    See Also