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 HoverTime;
property LargeImages;
property LargeImagesWidth;
property Mask;
property MaskCaseSensitivity;
property MultiSelect;
@ -294,6 +295,7 @@ type
property ShowHint;
// property ShowWorkAreas;
property SmallImages;
property SmallImagesWidth;
property SortColumn;
property SortType;
property StateImages;