Reputation: 7071
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
Reputation: 3726
This may help:
Go to the below Link and download zip file:
According to that you can send values to that calss.
Upvotes: 1
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
Reputation: 6190
Please try VerticalFieldManager Class. According to JDE 4.6.
net.rim.device.api.ui.container.VerticalFieldManager
Prasad.
Upvotes: 0