Class UniformGrid
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls.dll
Syntax
public class UniformGrid : LayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
UniformGrid()
Declaration
public UniformGrid()
Fields
ColumnsProperty
FirstColumnProperty
RowsProperty
UniformGridColumnIndexProperty
Declaration
public static readonly RadProperty UniformGridColumnIndexProperty
Field Value
RadProperty
|
UniformGridRowIndexProperty
Properties
Columns
Declaration
public int Columns { get; set; }
Property Value
System.Int32
|
FirstColumn
Declaration
public int FirstColumn { get; set; }
Property Value
System.Int32
|
Rows
Declaration
public int Rows { get; set; }
Property Value
System.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
GetColumnIndex(RadElement)
Declaration
public static int GetColumnIndex(RadElement element)
Parameters
RadElement
element
|
Returns
System.Int32
|
GetRowIndex(RadElement)
Declaration
public static int GetRowIndex(RadElement element)
Parameters
RadElement
element
|
Returns
System.Int32
|
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
SetColumnIndex(RadElement, Int32)
Declaration
public static void SetColumnIndex(RadElement element, int index)
Parameters
RadElement
element
|
System.Int32
index
|
SetRowIndex(RadElement, Int32)
Declaration
public static void SetRowIndex(RadElement element, int index)
Parameters
RadElement
element
|
System.Int32
index
|