Xceed DataGrid for Silverlight Documentation
UniformGrid Class
Members 


Provides a way to arrange content in a grid layout where all the cells in the grid have the same size.
Syntax
'Declaration
 
Public Class UniformGrid 
   Inherits System.Windows.Controls.Grid
   Implements MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper 
'Usage
 
Dim instance As UniformGrid
public class UniformGrid : System.Windows.Controls.Grid, MS.Internal.IManagedPeer, MS.Internal.IManagedPeerBase, MS.Internal.INativeCoreTypeWrapper  
Remarks
Determines the column and row definitions based on the Orientation and the Columns or Rows properties.
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Panel
               System.Windows.Controls.Grid
                  Xceed.Silverlight.Controls.UniformGrid

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

UniformGrid Members
Xceed.Silverlight.Controls Namespace

Send Feedback