[flexcoders] Tile container scroll effect

2009-03-10 Thread chandruflex
I have images displayed in a Tile container. I want to implement a page-wise scrolling effect on this container. If this is possible, how is it done? For example, if 10 images are viewable for a given height and width of the Tile container, the scrolling effect should be such that, the next set

[flexcoders] Tile Container white space

2005-08-09 Thread Battershall, Jeff
I'm using a Tile container along with a Repeater to layout some CheckBoxes using a dataprovider. Below my group of checkboxes, I've got some white space that I cannot seem to get rid of. I've tried marginBottom=0, etc to no avail. Anyone gotta clue? Jeff Battershall Application Architect Dow

RE: [flexcoders] Tile Container white space

2005-08-09 Thread Tracy Spratt
Check out verticalGap and horizontalGap properties. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Tuesday, August 09, 2005 1:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tile Container white space

RE: [flexcoders] Tile Container white space

2005-08-09 Thread Battershall, Jeff
[mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday, August 09, 2005 1:38 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Tile Container white space Check out verticalGap and horizontalGap properties. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto

[flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
Is there a way to set how many items you want in a row for the tile container to put...it seems it's default is 3 per row...any way to change this? There doesn't seem to be anything in the API or in the examples that come with Flex or in the APIs themselves...just figured there might be something

RE: [flexcoders] Tile container?

2005-05-05 Thread David Terry
[mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann Sent: Thursday, May 05, 2005 12:07 To: flexcoders@yahoogroups.com Subject: [flexcoders] Tile container? Is there a way to set how many items you want in a row for the tile container to put...it seems it's default is 3 per row

RE: [flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Terry Sent: Thursday, May 05, 2005 1:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Tile container? Robert, If I understand your request correctly, you want to change the number of columns

Re: [flexcoders] Tile container?

2005-05-05 Thread JesterXL
Why are you using Tile vs. TileList? - Original Message - From: Robert Brueckmann To: flexcoders@yahoogroups.com Sent: Thursday, May 05, 2005 1:50 PM Subject: RE: [flexcoders] Tile container? Thanks David but I’m using the Tile container not the TileList…the tileList has

Re: [flexcoders] Tile container?

2005-05-05 Thread Manish Jethani
On 5/5/05, Robert Brueckmann [EMAIL PROTECTED] wrote: Is there a way to set how many items you want in a row for the tile container to put...it seems it's default is 3 per row...any way to change this? There doesn't seem to be anything in the API or in the examples that come with Flex or in

RE: [flexcoders] Tile container?

2005-05-05 Thread Robert Brueckmann
: Re: [flexcoders] Tile container? On 5/5/05, Robert Brueckmann [EMAIL PROTECTED] wrote: Is there a way to set how many items you want in a row for the tile container to put...it seems it's default is 3 per row...any way to change this? There doesn't seem to be anything in the API

Re: [flexcoders] Tile container?

2005-05-05 Thread Manish Jethani
On 5/6/05, Robert Brueckmann [EMAIL PROTECTED] wrote: I just thought the Tile Container would have something like the tile list component that you could indicate how many you wanted in a row. That sounds like a nice feature suggestion (and we need 'em). Thanks! Yahoo! Groups Links * To

RE: [flexcoders] Tile container?

2005-05-05 Thread Matt Chotin
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Thursday, May 05, 2005 10:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tile container? Is there a way to set how many items you want in a row for the tile container to put