Class HexList
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
OrientationProperty
public static readonly DependencyProperty OrientationProperty
Field Value
RowCountProperty
public static readonly DependencyProperty RowCountProperty
Field Value
Properties
ColumnCount
public int ColumnCount { get; set; }
Property Value
Orientation
public Orientation Orientation { get; set; }
Property Value
RowCount
public int RowCount { get; set; }
Property Value
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
objectSpecified item.