Table of Contents

Class TreeList<TValue>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Indented, collapsable list. Designed to fit in with SE UI elements.

Alias of TreeList<TContainer, TElement, TValue> using ListBoxEntry<TValue> and Label as the container and element, respectively.

public class TreeList<TValue> : TreeList<ListBoxEntry<TValue>, Label, TValue>, IReadOnlyHudElement, IReadOnlyHudNode, IReadOnlyHudParent, IMinLabelElement, IEntryBox<ListBoxEntry<TValue>, Label>, IEnumerable<ListBoxEntry<TValue>>, IEnumerable, IValueControl<ListBoxEntry<TValue>>, IValueControl, IClickableElement, IFocusableElement

Type Parameters

TValue

Value paired with the list entry

Inheritance
TreeList<ListBoxEntry<TValue>, Label, TValue>
TreeList<TValue>
Implements
Inherited Members

Constructors

TreeList()

public TreeList()

TreeList(HudParentBase)

public TreeList(HudParentBase parent)

Parameters

parent HudParentBase