I want to show a list with items. Some items have a progressbar.
The list is large and I paint everything in a customitem.
The list is long and not all items are shown.
Is there a limit in length of a customitem and how to come over it?
I want to show a list with items. Some items have a progressbar.
The list is large and I paint everything in a customitem.
The list is long and not all items are shown.
Is there a limit in length of a customitem and how to come over it?
If you are talking about the 'height' of a single list item , try using setPreferredSize() method of customitem. If you are talking about the length of the list, you need vertical scrolling for that . I am sorry I am not very much clear about your question, can you put some more light on this..
Not getting your point clearly.. Give some brief description of ur purpose. Why dont u take use of Canvas for the same..
thanks,
jitu_goldie..
KEEP TRYING..