Class StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo
Inheritance
System.Object
StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo
Inherited Members
System.Object.ToString()
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ListViewTableViewCellArrangeInfo
Constructors
ListViewTableViewCellArrangeInfo(ListViewDetailColumn)
Initializes a new instance of the Strech
Declaration
public ListViewTableViewCellArrangeInfo(ListViewDetailColumn column)
Parameters
List The column. |
Fields
Column
Properties
CachedWidth
Declaration
public float CachedWidth { get; set; }
Property Value
System.
|
OffsetX
Declaration
public float OffsetX { get; set; }
Property Value
System.
|
ResizeStartScaleFactor
Declaration
public float ResizeStartScaleFactor { get; set; }
Property Value
System.
|
ResizeStartWidth
Declaration
public float ResizeStartWidth { get; set; }
Property Value
System.
|
ScaleFactor
Declaration
public float ScaleFactor { get; set; }
Property Value
System.
|
TempScaleFactor
Declaration
public float TempScaleFactor { get; set; }
Property Value
System.
|
Methods
ClampWidth(Single)
Clamps the width.
Declaration
public float ClampWidth(float width)
Parameters
System. The width. |
Returns
System.
|
SetWidth(Single, Boolean, Boolean)
Sets the width.
Declaration
public void SetWidth(float width, bool suspendNotify, bool cacheOnly)
Parameters
System. The width. |
System. The suspend notify. |
System. The cache only. |