Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi TImageList.Add und Stretch (https://www.delphipraxis.net/86775-timagelist-add-und-stretch.html)

DeluxXx 19. Feb 2007 15:39


TImageList.Add und Stretch
 
Also ich zeige Bilder aus einer Imagelist in einem Listview was auch wunderbar klappt das einzige Problem ist das wenn die Bilder zu groß sind nur ein ausschnitt gezeigt wird , anstatt sie zu "strecken" also der Größe anzupassen . Ich weis wie ich das während der DesignTime machen kann über den ImageList Editor , hat jemand eine Idee wie ich dem Bild die Option "stretch" während der RunTime setze ?

DGL-luke 19. Feb 2007 15:53

Re: TImageList.Add und Stretch
 
Delphi-Quellcode:
ImageX.Stretch := true;
Auch gerne:

Delphi-Quellcode:
ImageX.Proportional := true;


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:48 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz