Interface
IRenderingStatistics

Definition

Methods

BeginUpdating()

Declaration

cs-api-definition
IDisposable BeginUpdating()

Returns

IDisposable

GetChildrenAfterPadding(int)

Declaration

cs-api-definition
double GetChildrenAfterPadding(int parentIndex)

Parameters

parentIndex

int

Returns

double

GetChildrenGap(int)

Declaration

cs-api-definition
double GetChildrenGap(int parentIndex)

Parameters

parentIndex

int

Returns

double

GetLevelStart(int)

Declaration

cs-api-definition
double GetLevelStart(int level)

Parameters

level

int

Returns

double

GetLevelsLength()

Declaration

cs-api-definition
double GetLevelsLength()

Returns

double

InsertStatsForItems(int, int)

Inserts a new item with the currently calculated default values at a specified index.

Declaration

cs-api-definition
void InsertStatsForItems(int index, int count)

Parameters

index

int

The index in which to be inserted the new item.

count

int

RemoveStatsForItems(int, int)

Removes an item from the specified index.

Declaration

cs-api-definition
void RemoveStatsForItems(int index, int count)

Parameters

index

int

The index to be removed.

count

int

Reset(int)

Declaration

cs-api-definition
void Reset(int count)

Parameters

count

int

UpdateChildrenAfterPadding(int, double)

Declaration

cs-api-definition
void UpdateChildrenAfterPadding(int parentIndex, double length)

Parameters

parentIndex

int

length

double

UpdateChildrenGap(int, double)

Declaration

cs-api-definition
void UpdateChildrenGap(int parentIndex, double length)

Parameters

parentIndex

int

length

double

UpdateGapAfterItem(int, double)

Declaration

cs-api-definition
void UpdateGapAfterItem(int index, double length)

Parameters

index

int

length

double

UpdateLengthForLevel(int, double, bool)

Declaration

cs-api-definition
void UpdateLengthForLevel(int level, double length, bool canShrink)

Parameters

level

int

length

double

canShrink

bool

UpdateNodeRenderLength(int, double)

Declaration

cs-api-definition
void UpdateNodeRenderLength(int index, double length)

Parameters

index

int

length

double

UpdateStartForLevel(int, double, bool)

Declaration

cs-api-definition
void UpdateStartForLevel(int level, double length, bool canShrink)

Parameters

level

int

length

double

canShrink

bool