New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:columnListViewDetailColumn

The column.

Fields

C#
public ListViewDetailColumn Column

Properties

C#
public float CachedWidth { get; set; }
C#
public float OffsetX { 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; }

Methods

Clamps the width.

C#
public float ClampWidth(float width)
Parameters:widthfloat

The width.

Returns:

float

Sets the width.

C#
public void SetWidth(float width, bool suspendNotify, bool cacheOnly)
Parameters:widthfloat

The width.

suspendNotifybool

The suspend notify.

cacheOnlybool

The cache only.