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

Definition

Methods

C#
IDisposable BeginUpdating()
Returns:

IDisposable

C#
double GetChildrenAfterPadding(int parentIndex)
Parameters:parentIndexintReturns:

double

C#
double GetChildrenGap(int parentIndex)
Parameters:parentIndexintReturns:

double

C#
double GetLevelsLength()
Returns:

double

C#
double GetLevelStart(int level)
Parameters:levelintReturns:

double

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

C#
void InsertStatsForItems(int index, int count)
Parameters:indexint

The index in which to be inserted the new item.

countint

Removes an item from the specified index.

C#
void RemoveStatsForItems(int index, int count)
Parameters:indexint

The index to be removed.

countint
C#
void Reset(int count)
Parameters:countint
C#
void UpdateChildrenAfterPadding(int parentIndex, double length)
Parameters:parentIndexintlengthdouble
C#
void UpdateChildrenGap(int parentIndex, double length)
Parameters:parentIndexintlengthdouble
C#
void UpdateGapAfterItem(int index, double length)
Parameters:indexintlengthdouble
C#
void UpdateLengthForLevel(int level, double length, bool canShrink)
Parameters:levelintlengthdoublecanShrinkbool
C#
void UpdateNodeRenderLength(int index, double length)
Parameters:indexintlengthdouble
C#
void UpdateStartForLevel(int level, double length, bool canShrink)
Parameters:levelintlengthdoublecanShrinkbool