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 8840709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:31:36+00:00 2026-06-14T10:31:36+00:00

I know by editing the ListBox ‘s default style like this, I can have

  • 0

I know by editing the ListBox‘s default style like this, I can have a Button at the very end of the ListBox.

<ScrollViewer x:Name="ScrollViewer" ...> 
    <StackPanel>
        <ItemsPresenter />
        <Button />
    </StackPanel>
</ScrollViewer> 

However, doing this will break the ListBox‘s Virtualization and the rendering time becomes really long.

All I can think of is,

  1. Create a dummy item and add it to the end of my item collection in
    the viewmodel, and have a Visibility property in the dummy object called ButtonGridVisibility and set it to Visibility.Visible.
  2. In my ListBox‘s ItemTemplate, have two Grids. One displays
    the normal item layout, the other displays the Load More Button.
    Then toggle their Visibility based on ButtonGridVisibility property.

This might work but I just wonder if there is any easier/better way?

  • 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-14T10:31:38+00:00Added an answer on June 14, 2026 at 10:31 am

    I know this is an old post but in case some people stumble upon this:

    There is a LongListSelector control available out of the box in WP8 or as part of the Windows Phone Toolkit for WP7 which supports this scenario quite neatly. If you want to add specific content after the last item (or before the first item), you can simply set the ListFooter or ListHeader of the control. You can put any content inside and this content will be scrolled accordingly, together with the rest of the items.

    So for WP7 this would look like this:

    <toolkit:LongListSelector ItemsSource="{Binding Items}">
        <toolkit:LongListSelector.ListFooter>
            <Grid>
                <Button />
            </Grid>
        </toolkit:LongListSelector.ListFooter>
    </toolkit:LongListSelector>
    

    where toolkit is xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"

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

Sidebar

Related Questions

I want to know the name of the specific editing mode in which the
Anyone know how I can make a login button in Ruby on Rails for
Does anyone know if jqGrid inline editing throws events that can be handled? The
I know you can edit the bash prompt permanently by editing the PS1 variable
Does anyone know any cool text editing program for easy code translation? I have
Possible Duplicate: Editing MySQL recode using a HTML form Like to know how to
I have a question regarding editing a UITableView. I want to know how to
On gridview editing event I have : string name = GridView1.Rows[e.NewEditIndex].Cells[1].Text; string subname =
How can the Google doc know there is a user is editing the same
Anyone know of any graphical breadcrumbs for Emacs? I would like to have the

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.