vks
vks

Reputation: 7071

Blackberry table View

In my BlackBerry App, need to list items just like table view in IOS.anybody know which tool is better for this.is there a table view available in BB?

Help is highly appreciated.

Thanks, VKS

Upvotes: 0

Views: 986

Answers (3)

alishaik786
alishaik786

Reputation: 3726

This may help:

Go to the below Link and download zip file:

TableLayoutManager.java

According to that you can send values to that calss.

Upvotes: 1

Stack User 5674
Stack User 5674

Reputation: 1588

From Blackberry os 6.0 you can use TableView Class. Refer How to use Table View layout.

For lower versions you should create a custom manager and override the sublayout method and inside it layout fields according to your needs.

see related stackoverflow links

Upvotes: 0

Prasad Rajapaksha
Prasad Rajapaksha

Reputation: 6190

Please try VerticalFieldManager Class. According to JDE 4.6.

net.rim.device.api.ui.container.VerticalFieldManager

Prasad.

Upvotes: 0

Related Questions