Class HexList
- Namespace
- H.Presenters.Design
- Assembly
- H.Presenters.Design.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 ColumnCountPropertyField Value
OrientationProperty
public static readonly DependencyProperty OrientationPropertyField Value
RowCountProperty
public static readonly DependencyProperty RowCountPropertyField 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
- itemobject
- Specified item.