Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

LongListSelector Windows phone

  • 27-11-2013 11:18PM
    #1
    Closed Accounts Posts: 295 ✭✭


    I'm not sure if this is a rant or a question, but has anyone else used this control when writing Windows phone apps?

    I just want to add a list of items to it and have it grouped by the first letter of the first name of each item, which is what it usually does anyway. But any example I find seems massively complicated, having to create classes and write lots of other code that I don't understand in order to do something that seems like it should be pretty basic.

    I know how to populate the flat list, is there not just some quick setting I can use and have it group the stuff itself?


Comments

  • Registered Users, Registered Users 2 Posts: 7,133 ✭✭✭Talisman


    You have to add a helper class to change the flat list to a grouped list. I saw an article on the MSDN site recently that didn't make it seem that complicated.

    How to display data in a grouped list in LongListSelector for Windows Phone 8

    Software Development isn't always drag and drop or point and click, sometimes you have to copy and paste or if things are really bad actually write some code. :)


  • Closed Accounts Posts: 295 ✭✭kryptonmight


    Talisman wrote: »
    You have to add a helper class to change the flat list to a grouped list. I saw an article on the MSDN site recently that didn't make it seem that complicated.

    How to display data in a grouped list in LongListSelector for Windows Phone 8

    Software Development isn't always drag and drop or point and click, sometimes you have to copy and paste or if things are really bad actually write some code. :)

    Haha I guess you are right. I've looked at that sample a few times and it seems very elaborate. I think I've a bit of a mental/emotional block about it and because it seems (to me) to be so complicated and over engineered, it's irritating me.


Advertisement