LCL/ShellCtrls: Publish the inherited TShellListView properties LargeImagesWidth and SmallImagesWidth.

git-svn-id: trunk@65220 -
This commit is contained in:
wp 2021-06-11 19:26:47 +00:00
parent 703f57c9f2
commit 1ea2257e11

View File

@ -278,6 +278,7 @@ type
// property HotTrackStyles; // property HotTrackStyles;
// property HoverTime; // property HoverTime;
property LargeImages; property LargeImages;
property LargeImagesWidth;
property Mask; property Mask;
property MaskCaseSensitivity; property MaskCaseSensitivity;
property MultiSelect; property MultiSelect;
@ -294,6 +295,7 @@ type
property ShowHint; property ShowHint;
// property ShowWorkAreas; // property ShowWorkAreas;
property SmallImages; property SmallImages;
property SmallImagesWidth;
property SortColumn; property SortColumn;
property SortType; property SortType;
property StateImages; property StateImages;