Better ListView Class Reference

BetterListViewItem Properties

The properties of the BetterListViewItem class are listed below. For a complete list of BetterListViewItem class members, see the BetterListViewItem Members topic.

Public Instance Properties

Address address of this item
AlignHorizontal horizontal alignment of the item text
AlignHorizontalImage horizontal alignment of the item image
AlignVertical vertical alignment of the item text
AlignVerticalImage vertical alignment of the item image
AllowSelectChildItems allow selecting individual child items
AllowShowExpandButton allow displaying expand button on item
AllowSortChildItems allow sorting child items of this item along with other items
BackColor background color of the item
Bounds Gets item boundaries, including sub-items.
CustomDropDisplayExternal customized drop effect displayed on the item when dragging data from external source (external Drag and Drop)
CustomDropDisplayInternal customized drop effect displayed on the item when dragging data from internal source (internal Drag and Drop / item reorder)
CustomHeight customized height of the item
DisplayText Text formatted for display.
Focused Gets or sets a value indicating whether this item is focused.
Font font of the item text
ForeColor foreground color of the item content
FormatText Pre-format item text for custom display.
Group group in which this item is contained
HotkeyPrefix Allow displaying hotkey prefix in item text (underline after '&' character).
CheckBoxAppearance Determines how is the check box displayed.
Checked this item is checked
CheckState check state of this item's check box
ChildItems child items of this item
Image image for the item this image is used prior to the image specified by ImageIndex/ImageKey property
ImageIndex index specifying item image in the ImageList set to BetterListViewElementBase.IndexUndefined, if not defined
ImageKey key specifying item image in the ImageList set to String.Empty, if not defined
ImageList Gets the ImageList corresponding to this item.
IsBold draw the item bold
IsCut the item is cut in the clipboard
IsExpanded child items are visible
Key value used for item comparison
LastAvailableChildItem last child item of this item that can be reached without item expansion
Level current level of item in item hierarchy
ListView BetterListView instance in which this item is contained
MaximumTextLines Maximum allowed number of lines in item label. Supported in Details view only.
NextItem next item in the owner collection
NextVisibleItem next item visible in the control
ParentItem parent item of this item in item hierarchy
PreviousItem previous item in the owner collection
PreviousVisibleItem previous item visible in the control
Selectable the item can be selected
SelectableItem get selectable item corresponding to this item
Selected this item is selected
SubItems collection of sub-items of this item
Text label of the item
TextTrimming item text trimming
TextWrapping item text wrapping behavior
ToolTips information about ToolTips shown on this item
UseItemStyleForSubItems the Font, ForeColor, and BackColor properties for the item are used for all its sub-items
Value corresponding value specified by the ValueMember property of the first column or the control
Visible The item is visible.

See Also

BetterListViewItem Class | ComponentOwl.BetterListView Namespace