Class WrapLayoutPanel
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.Layout
Assembly: Telerik.WinControls.dll
Syntax
public class WrapLayoutPanel : LayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
WrapLayoutPanel()
Declaration
public WrapLayoutPanel()
Fields
ItemHeightProperty
ItemWidthProperty
OrientationProperty
Properties
ItemHeight
Declaration
public float ItemHeight { get; set; }
Property Value
System.Single
|
ItemWidth
Declaration
public float ItemWidth { get; set; }
Property Value
System.Single
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
StretchItems
Declaration
public bool StretchItems { get; set; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF constraint)
Parameters
System.Drawing.SizeF
constraint
|
Returns
System.Drawing.SizeF
|