diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index 790779730f..976724df20 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -11773,6 +11773,11 @@ used for the ViewStyle property in TCustomListView. + + + + + @@ -11795,9 +11800,11 @@ items are arranged in columns. -Displays a each list item as a series of columns with a small icon on the -left-hand side of the row. Each columns has a header at the top of the list -view control. +Displays each list item as a series of columns with a small icon on the +left-hand side of the row. The Caption text for the list item is displayed in +the first column, with the text for additional columns coming from the Caption +for the SubItems in the list item. Each column has a header at the top of the +list view control. @@ -15906,10 +15913,11 @@ full width), Icon (big icons), Small Icon (small icons, 16x16).

-ViewStyle is a TViewStyle which controls the appearance and layout for the -list items on the control. The default value for the property is vsList, and -causes an icon and caption to displayed for each list item. List items are -arranged in columns, filled from top to bottom and then left to right. +ViewStyle is a TViewStyle property which controls the +appearance and layout for the list items on the control. The default value for +the property is vsList, and causes an icon and caption to be displayed for each +list item. List items are arranged in columns, filled from top to bottom and +then left to right.

See TViewStyle for a description of the view @@ -15921,6 +15929,11 @@ updated when its handle has been allocated.

+ + + + +