diff --git a/lcl/shellctrls.pas b/lcl/shellctrls.pas index d93ffad4d0..671d55ffbc 100644 --- a/lcl/shellctrls.pas +++ b/lcl/shellctrls.pas @@ -217,6 +217,8 @@ type { TShellListView } TShellListView = class(TCustomShellListView) + public + property Columns; published { TCustomListView properties The same as TListView excluding data properties } @@ -227,7 +229,6 @@ type property BorderWidth; // property Checkboxes; property Color default clWindow; -// property Columns; // property ColumnClick; property Constraints; property DragCursor;