Table of Contents

Class HexList

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
public class HexList : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
HexList
Implements
Inherited Members
Extension Methods

Fields

ColumnCountProperty

public static readonly DependencyProperty ColumnCountProperty

Field Value

DependencyProperty

OrientationProperty

public static readonly DependencyProperty OrientationProperty

Field Value

DependencyProperty

RowCountProperty

public static readonly DependencyProperty RowCountProperty

Field Value

DependencyProperty

Properties

ColumnCount

public int ColumnCount { get; set; }

Property Value

int

Orientation

public Orientation Orientation { get; set; }

Property Value

Orientation

RowCount

public int RowCount { get; set; }

Property Value

int

Methods

GetContainerForItemOverride()

Creates or identifies the element used to display a specified item.

protected override DependencyObject GetContainerForItemOverride()

Returns

DependencyObject

The element used to display a specified item.

IsItemItsOwnContainerOverride(object)

Determines if the specified item is (or is eligible to be) its own ItemContainer.

protected override bool IsItemItsOwnContainerOverride(object item)

Parameters

item object

Specified item.

Returns

bool

true if the item is its own ItemContainer; otherwise, false.