Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9084475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T21:00:30+00:00 2026-06-16T21:00:30+00:00

In my WP8 application I would like to implement a functionality that is very

  • 0

In my WP8 application I would like to implement a functionality that is very similar to what is present in standard mail app – an ability for user to select multiple items from list. I’ve provided some screenshots to illustrate this behavior:

Normal state:
Normal state

User taps item’s left corner and it becomes blue:
User taps item's left corner and it becomes blue

Item is selected
Item is selected

My question is if this multiple selection ability is a standard option for some container control or if I should do some custom programming to achieve this? In the latter case, what’s the best approach you’d take to implement this, please share your thoughts.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T21:00:32+00:00Added an answer on June 16, 2026 at 9:00 pm

    For WP8 Multi-Selection you’ll need to use the Windows Phone Toolkit‘s LongListMultiSelector.

    You can find code samples on how to use LongListMultiSelector here (and here for the code behind). Here are the relevant XAML code snippets:

        <phone:PivotItem x:Name="BuddiesPivotItem" Header="Std longlistmultiselector">
            <toolkit:LongListMultiSelector x:Name="buddies" Background="Transparent"
                    Margin="0,-8,0,0"
                    ItemsSource="{StaticResource buddies}"
                    LayoutMode="List"
                    IsGroupingEnabled="True"
                    HideEmptyGroups="True"
                    JumpListStyle="{StaticResource BuddiesJumpListStyle}"
                    GroupHeaderTemplate="{StaticResource BuddiesGroupHeaderTemplate}"
                    ItemTemplate="{StaticResource BuddiesItemTemplate}"
        />
        </phone:PivotItem>
    
        <phone:PivotItem x:Name="GridModeItem" Header="Grid mode">
            <toolkit:LongListMultiSelector x:Name="GridSelector"
                   ItemsSource="{StaticResource PicturesAlbum}"
                   IsGroupingEnabled="False"
                   GridCellSize="210,180"
                   LayoutMode="Grid"
                   HideEmptyGroups="True"
                   ItemTemplate="{StaticResource PictureItemTemplate}"
                   IsSelectionEnabledChanged="OnGridSelectorIsSelectionEnabledChanged"
                   SelectionChanged="OnGridSelectorSelectionChanged"
            />
        </phone:PivotItem>
    

    When you run these code snippet you can see the following:

    LongListMutliSelector print screen

    You can read more about the Windows Phone 8 Toolkit here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a app that needs pretty much the same functionality of
In my WP8 application I have a UserControl with an active Storyboard animation that
I believe that within WP8 I can register a URI for my application (i.e.
after trying to start my first WP8 App I got an error saying that
I'm building a WP8 application that changes the background of the lockscreen using images
I am developing a new application that will target the new WP8 platform. Previous
I read that Windows wp8 allows native code. So how then have ports such
I use C# and Visual Studio 2012 to develop a WP8 application. I added
I have a WPF Keyboard Application, it is developed in such a way that
I have a C++ runtime component in a WP8 application, and if I change

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.