I'm looking for an "Inbox-styled" control that we see in BlackBerry device i.e. one row has From, Time and Subject and the entire is selectable. If there is no readily available control, it would of immense help if someone can point to appropriate method.
BlackBerry 5.0 Java API
Thanks
You can use "Create a Custom Listfield - Change Highlight Color when Scrolling" from the berrytutorials blog to learn how to create a listField
. In the drawListRow
method you can get the graphics object and draw the list row as you want.