Skip to main content
Version: v3

ListView Element (Thmutil Extension)

Description
Defines a listview.
Windows Installer references
None
Parents
Page, Theme
Inner Text
None
Children
Choice of elements (min: 1, max: unbounded)
  • Column (min: 1, max: unbounded)
Attributes
NameTypeDescriptionRequired
FontIdNonNegativeIntegerNumeric identifier to the Font element that serves as the default font for the ListView. 
HeightIntHeight of the control. Non-positive values extend the control to the bottom of the window minus the value.Yes
HexExtendedStyleHexBinaryHexadecimal extended window style. 
HexStyleHexBinaryHexadecimal window style for the control. 
HideWhenDisabledYesNoTypeSpecifies whether the control should be hidden when disabled. 
ImageListStringThe name of the Image List to assign to this listview with type LVSIL_NORMAL. 
ImageListGroupHeaderStringThe name of the Image List to assign to this listview with type LVSIL_GROUPHEADER. 
ImageListSmallStringThe name of the Image List to assign to this listview with type LVSIL_SMALL. 
ImageListStateStringThe name of the Image List to assign to this listview with type LVSIL_STATE. 
NameStringOptional name for the control. 
TabStopYesNoTypeSpecifies whether the control is part of the tab sequence of controls. 
VisibleYesNoTypeSpecifies whether the control is initially visible. 
WidthIntWidth of the control. Non-positive values extend the control to the right of the window minus the value.Yes
XIntX coordinate for the control from the left of the window. Negative values are coordinates from the right of the window minus the width of the control.Yes
YIntY coordinate for the control from the top of the window. Negative values are coordinates from the bottom of the window minus the height of the control.Yes
See Also
Thmutil Schema