windows phone 7 email like interface
how do I create an interface where pressing on the left side brings up checkboxes as in email interface for wp7?
specifics
if you run the email application that com开发者_开发问答es with wp7 it has very nice feature
if you click on the left most side of any row (any message) then all of the rows/messages move to right and checkboxes appear on the left which can be checked for a group operation like deleting a bunch of emails at once.
Silverlight ListBox control?) Each list item can be combination of controls or your custom control. See example on MSDN. Just put checkbox and label inside.
(maybe you should add more details in your question)
精彩评论