views:

112

answers:

2

A View with expand and contract list where you show, for instance, Chats, Contacts, Groups. You click on of them and expands to a list of Chats and each element of the list is a Rectangular box with User defined image, name, status (offline, online, busy) as an image and status message.

How can i program a view as described?

thanks in advance

A: 

For such view you can use ListField.
See SO - How to customize list field in blackberry?

Max Gontar
A: 

Max, thanks for the answer. But I still need to know how to implement the expand and contract behaviour.

timoto