Class
StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo

Inheritance: objectStrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo

Constructors

ListViewTableViewCellArrangeInfo(ListViewDetailColumn)

Initializes a new instance of the StrechColumnResizingBehavior.ListViewTableViewCellArrangeInfo class.

Declaration

cs-api-definition
public ListViewTableViewCellArrangeInfo(ListViewDetailColumn column)

Parameters

column

ListViewDetailColumn

The column.

Fields

Column

Declaration

cs-api-definition
public ListViewDetailColumn Column

Field Value

ListViewDetailColumn

Properties

CachedWidth

Declaration

cs-api-definition
public float CachedWidth { get; set; }

Property Value

float

OffsetX

Declaration

cs-api-definition
public float OffsetX { get; set; }

Property Value

float

ResizeStartScaleFactor

Declaration

cs-api-definition
public float ResizeStartScaleFactor { get; set; }

Property Value

float

ResizeStartWidth

Declaration

cs-api-definition
public float ResizeStartWidth { get; set; }

Property Value

float

ScaleFactor

Declaration

cs-api-definition
public float ScaleFactor { get; set; }

Property Value

float

TempScaleFactor

Declaration

cs-api-definition
public float TempScaleFactor { get; set; }

Property Value

float

Methods

ClampWidth(float)

Clamps the width.

Declaration

cs-api-definition
public float ClampWidth(float width)

Parameters

width

float

The width.

Returns

float

SetWidth(float, bool, bool)

Sets the width.

Declaration

cs-api-definition
public void SetWidth(float width, bool suspendNotify, bool cacheOnly)

Parameters

width

float

The width.

suspendNotify

bool

The suspend notify.

cacheOnly

bool

The cache only.