Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Trusted Contributor
osus
Posts: 169
Registered: ‎04-26-2012
My Carrier: Vodafone

(bb10) List with variable row height

Hi guys!

 

Is there a way to have cellrenderers with different heights in a List?

I can't find a way to do it...

My apps for Playbook: PlayEpub Book Reader with epub and FB2 support, Google Reader, ReaditLater - Net Files Share Explorer Get access to your network shared files- FFSync Sync your Firefox bookmarks and passwords
Please use plain text.
Developer
jtegen
Posts: 6,233
Registered: ‎10-27-2010
My Carrier: AT&T

Re: (bb10) List with variable row height

No, they all have to be the same height.
Please use plain text.
Developer
pyth
Posts: 238
Registered: ‎01-19-2011
My Carrier: Outer Space

Re: (bb10) List with variable row height

except you create your own scroll view with containers inside. For those containers, you would be able to set the height, but you additionally would have to keep watch on the overall height of all containers added up, on the position of those containers and would have to add your own listeners for click events.

-----------------------------------------------------------------------
Keep the forum alive by clicking 'like', accepting solutions or saying 'thank you'
Please use plain text.
Trusted Contributor
osus
Posts: 169
Registered: ‎04-26-2012
My Carrier: Vodafone

Re: (bb10) List with variable row height

Yes, of course, that would be the solution, but you have a lot to do to have the same behaviour and features as with a list :smileytongue:

My apps for Playbook: PlayEpub Book Reader with epub and FB2 support, Google Reader, ReaditLater - Net Files Share Explorer Get access to your network shared files- FFSync Sync your Firefox bookmarks and passwords
Please use plain text.