Windows phone 7 grouped list

Posted by Luke Lowrey on Stack Overflow See other posts from Stack Overflow or by Luke Lowrey
Published on 2010-05-29T06:42:25Z Indexed on 2010/05/29 6:52 UTC
Read the original article Hit count: 709

I am new to silverlight and windows phone 7 development and am having some trouble working out the best way to do a "grouped list".

Essentially what I would like to do is group a list of event details by date into something like this:

Monday 5/6/10
event 1
event 2
Tuesday 6/6/10
event 3

I tried using nested listboxes which work to certain extent but killed the scrolling. Is that the best way to do grouping (assuming I can fix the scrolling issue) or is there some other method?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about windows-phone-7