![]() |
ListField RowHeight Did any one know a way to ensure the row height can stay proper in all Blackberry models to display the listfield contents correctly?? |
Re: ListField RowHeight You need to check the Developer section. |
Re: ListField RowHeight Moved to the Developer's section. |
Re: ListField RowHeight private ListField InfoListField; public void drawListRow(ListField listField, Graphics g, int index, int y, int width) { //for first row InfoListField.setRowHeight(0, 80); //other rows InfoListField.setRowHeight(80); } |
| All times are GMT -5. The time now is 01:27 PM. |
Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.