| Name | Type | Description | Required | 
|---|
| FontId | NonNegativeInteger | Numeric identifier to the Font element that serves as the default font for the ListView. |   | 
| Height | Int | Height of the control. Non-positive values extend the control to the bottom of the window minus the value. | Yes | 
| HexExtendedStyle | HexBinary | Hexadecimal extended window style. |   | 
| HexStyle | HexBinary | Hexadecimal window style for the control. |   | 
| HideWhenDisabled | YesNoType | Specifies whether the control should be hidden when disabled. |   | 
| ImageList | String | The name of the Image List to assign to this listview with type LVSIL_NORMAL. |   | 
| ImageListGroupHeader | String | The name of the Image List to assign to this listview with type LVSIL_GROUPHEADER. |   | 
| ImageListSmall | String | The name of the Image List to assign to this listview with type LVSIL_SMALL. |   | 
| ImageListState | String | The name of the Image List to assign to this listview with type LVSIL_STATE. |   | 
| Name | String | Optional name for the control. |   | 
| TabStop | YesNoType | Specifies whether the control is part of the tab sequence of controls. |   | 
| Visible | YesNoType | Specifies whether the control is initially visible. |   | 
| Width | Int | Width of the control. Non-positive values extend the control to the right of the window minus the value. | Yes | 
| X | Int | X 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 | 
| Y | Int | Y 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 |