12-12-2012 11:04 PM
I'd like to have a have a ListView full of items that look like StandardListItem, but with multiple lines of text for the 'description' field. As far as I can tell, it's not possible to modify the StandardListItem to do this.
So, if I build a custom control that looks like StandardListItem, is there any way to get the standard blue "selection border" and the grey dividers that appear between list items? Or would I need to draw these myself? (I was thinking of using a nine-slice as the background, but maybe there's a better way).
I'm hoping that there is a standard way to do this so that if the theme changes, my list items don't look out of place.
12-12-2012 11:08 PM
12-12-2012 11:13 PM
Thanks Peter. I'll have a go at drawing it myself for now.