I have a TLMDSpeedButton on a panel with the ImagesList property set to a VirtualImageList. The selected image appears fine in the IDE, but when I run the app, the image does not show up. What could I be missing?
>>BTW, another standard control I've used VirtualImageList with is TButtonedEdit.<<
Thanks, but there is no need to mention other controls - they draw images directly from the imagelist and don't rely on TChangeLink. TVirtualImageList does not report all its changes like standard imagelist or especially all of our imagelists.
Comments