2011-04-11, 11:35 AM
OK, having beaten the menu UI elements into submission, it's time to move on to the list view. So, a couple of questions if I may!
Is the a view mode in which the the list item uses the full horizontal length of the element? The closest I have found is ViewMode.LIST, but that leaves 50% (as a guess, I didn't measure) to the right for whatever metadata. One if my lists is episode titles, which get quite long, and don't have much for interesting metadata. I'd like to use the available real-estate instead of truncating, if possible. If there is nothing built in, is there a base class I can inherit to make rolling my own easier?
Next, would it be possible to have get/set methods for the "first visible item index" added to the listview? When returning from a lower level, I like to recreate the list as it was, instead of repositioning the selected index to the top. For example, if the user selects "Drama" (fourth from the top) from a list of genres, views that dramatic list, then returns, I want to reselect 'drama', and put it fourth from the top again.
Of course, if this is already possible, a point in the right direction would be appreciated.
Thanks once again!
Is the a view mode in which the the list item uses the full horizontal length of the element? The closest I have found is ViewMode.LIST, but that leaves 50% (as a guess, I didn't measure) to the right for whatever metadata. One if my lists is episode titles, which get quite long, and don't have much for interesting metadata. I'd like to use the available real-estate instead of truncating, if possible. If there is nothing built in, is there a base class I can inherit to make rolling my own easier?
Next, would it be possible to have get/set methods for the "first visible item index" added to the listview? When returning from a lower level, I like to recreate the list as it was, instead of repositioning the selected index to the top. For example, if the user selects "Drama" (fourth from the top) from a list of genres, views that dramatic list, then returns, I want to reselect 'drama', and put it fourth from the top again.
Of course, if this is already possible, a point in the right direction would be appreciated.
Thanks once again!