Clément 148 Posted September 28, 2021 Hi, I managed to duplicate this small bug in Delphi 11 and Delphi 10.4.2. 1) Drop TControlList and Inside the Item area drop a TControlListButton. 2) Drop a ImageCollection and assign some images. 3) Drop a TVirtualImageList, link it to ImageCollection and Add some images. 4) Link TVirtualImagelist to TControlListButton.Images Notice that it's not possible to View the icons either in ImageIndex nor ImageName properties. You can set then manually, for example, if you assign ImageIndex := 0 and ImageName will reflect the correct image. Should I report it? Or is it already known? 1 Share this post Link to post
eivindbakkestuen 47 Posted October 4, 2021 On 9/29/2021 at 3:12 AM, Clément said: Or is it already known? Search the Quality Portal, log if not? Post link for voting? Share this post Link to post
Clément 148 Posted October 5, 2021 On 10/4/2021 at 10:33 AM, eivindbakkestuen said: Search the Quality Portal, log if not? Post link for voting? Done: https://quality.embarcadero.com/browse/RSP-35770 Share this post Link to post