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 StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo class.
Declaration
public ListViewTableViewCellArrangeInfo(ListViewDetailColumn column)
Parameters
ListViewDetailColumn
column
The column. |
Fields
Column
Properties
CachedWidth
Declaration
public float CachedWidth { get; set; }
Property Value
System.Single
|
OffsetX
Declaration
public float OffsetX { get; set; }
Property Value
System.Single
|
ResizeStartScaleFactor
Declaration
public float ResizeStartScaleFactor { get; set; }
Property Value
System.Single
|
ResizeStartWidth
Declaration
public float ResizeStartWidth { get; set; }
Property Value
System.Single
|
ScaleFactor
Declaration
public float ScaleFactor { get; set; }
Property Value
System.Single
|
TempScaleFactor
Declaration
public float TempScaleFactor { get; set; }
Property Value
System.Single
|
Methods
ClampWidth(Single)
Clamps the width.
Declaration
public float ClampWidth(float width)
Parameters
System.Single
width
The width. |
Returns
System.Single
|
SetWidth(Single, Boolean, Boolean)
Sets the width.
Declaration
public void SetWidth(float width, bool suspendNotify, bool cacheOnly)
Parameters
System.Single
width
The width. |
System.Boolean
suspendNotify
The suspend notify. |
System.Boolean
cacheOnly
The cache only. |