Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvSmoothTileList
Adding items to the TAdvSmoothTileList from a TGDIPPictureContainer at runtime
Adding items to the TAdvSmoothTileList from a TGDIPPictureContainer at runtime
First, add images to the picturecontainer at designtime. (name them '0', '1', '2')
Then at runtime, create items and set the ImageName property of the Content of the tile:
AdvSmoothTileList1.Tiles.Add.Content.ImageName := '0';