T O P I C R E V I E W |
woolfik |
Posted - Mar 15 2015 : 08:59:40 Hello I put lot of image into my TImageEnMView component but I only have one line with images and I like to have multiline and only horizontal scroll bar (something like wraptext in TLabel component). How can I do it in TImageEnMView?
|
2 L A T E S T R E P L I E S (Newest First) |
woolfik |
Posted - Mar 15 2015 : 13:10:29 Excelent it is what I need. Thx |
w2m |
Posted - Mar 15 2015 : 11:20:50 GridWidth is the number of images per row. This property is active only when DisplayMode is mdGrid.
Valid GridWidth values are: -1 Automatically adjust column count to match the component width (standard usage) 0 Only one row >0 GridWidth images per row, e.g. set to 1 for a single vertical column
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |