Class
ColumnResizingBehavior

Definition

Constructors

ColumnResizingBehavior(RadListViewElement)

Declaration

cs-api-definition
public ColumnResizingBehavior(RadListViewElement owner)

Parameters

owner

RadListViewElement

Methods

CalculateColumnWidths(SizeF)

Calculates the column widths.

Declaration

cs-api-definition
public override void CalculateColumnWidths(SizeF availableSize)

Parameters

availableSize

SizeF

Size of the available.

Overrides BaseColumnResizingBehavior.CalculateColumnWidths(SizeF)

Resize(int)

Declaration

cs-api-definition
public override bool Resize(int offset)

Parameters

offset

int

Returns

bool

Overrides BaseColumnResizingBehavior.Resize(int)