ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TImageEnMView fix number of columns or rows?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
bmesser Posted - May 25 2013 : 05:06:56
Hi

I might have missed something within the methods and properties of the TImageEnMView component but is it possible to set the number of columns (or rows to that matter) that it displays?

What I want for a new project I'm working on is a right-aligned TImageEnMView displaying a dozen or so images in a single column.

I know I could use a ListView component from the VCL to achieve this but I want the advantages that come with the TImageEnMView component.

Bruce.


2   L A T E S T    R E P L I E S    (Newest First)
bmesser Posted - May 25 2013 : 07:49:47
Thanks Bill - I must be getting old!
w2m Posted - May 25 2013 : 06:10:11
ImageEnMView1.GridWidth := 1;

William Miller