2007-09-17, 05:41 AM
JavaWiz Wrote:The list control is simply a list. It has nothing to do with folders. The elements in the list can have skin definitions for normal, selected and selectedInactive. The list itself only has 1 background, and does not change whether the list has focus or not.
Hope this answers your question.
Thank you for your reply, and it does indeed.
I was hoping for a way to differentiate, on a listitem, if a particular item represented a folder, in much the same way the default Video Library does in a list view mode. That is, with a folder icon preceding the text.
However, I can see that would go beyond the scope of a simple list. Presumably, too, it is not possible to render an item with a user-supplied skin CompositeImage name.
Do you feel one could reasonably inherit from the list / listitem controls to add the functionality ? Or would it be more trouble than it it is worth and it would be less effort to start from scratch?