Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo
Inheritance: objectStrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo
Constructors
Initializes a new instance of the StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo class.
C#
public ListViewTableViewCellArrangeInfo(ListViewDetailColumn column)
The column.
Fields
C#
public ListViewDetailColumn Column
Properties
C#
public float CachedWidth { get; set; }
C#
public float ResizeStartScaleFactor { get; set; }
C#
public float ResizeStartWidth { get; set; }
C#
public float ScaleFactor { get; set; }
C#
public float TempScaleFactor { get; set; }