This version of Unity is unsupported.

BaseTreeViewController.IsExpandedByIndex

Declaration

public bool IsExpandedByIndex(int index);

Parameters

index The item index

Returns

bool Whether or not the item with the specified id is expanded in the tree. Will return false if the index is not valid.

Description

Returns whether or not the item with the specified index is expanded in the tree.