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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:24:34+00:00 2026-06-10T00:24:34+00:00

I am populating a listbox full of HubTile items dynamically, but the list does

  • 0

I am populating a listbox full of HubTile items dynamically, but the list does not scroll down on the emulator or my device. The list that I am creating in my code behind (that is bound to the listbox) only contains 28 items. I am not sure what the problem is, it seems that everything loads fairly quickly. What I have is as follows:

MainPage.xaml

<ScrollViewer>

                    <ListBox Grid.Row="0" x:Name="connectionTileList" Margin="12,0,12,0" toolkit:TiltEffect.IsTiltEnabled="True">
                        <ListBox.ItemsPanel>
                            <ItemsPanelTemplate>
                                <toolkit:WrapPanel Orientation="Horizontal" />
                            </ItemsPanelTemplate>
                        </ListBox.ItemsPanel>
                        <ListBox.ItemTemplate>
                            <DataTemplate>
                                <toolkit:HubTile Title="{Binding TileName}" Margin="6"
                                         Notification="{Binding Notification}"
                                         DisplayNotification="{Binding DisplayNotification}"
                                         Message="{Binding Message}"
                                         GroupTag="{Binding GroupTag}"
                                         Source="{Binding ImageUri}"
                                         Tap="connectionHubTile_Tap">
                                    <toolkit:ContextMenuService.ContextMenu>
                                        <toolkit:ContextMenu x:Name="connectionMenu">
                                            <toolkit:MenuItem Header="pin to start" Tap="connectionMenuItem_Tap"/>
                                        </toolkit:ContextMenu>
                                    </toolkit:ContextMenuService.ContextMenu>
                                </toolkit:HubTile>

                            </DataTemplate>
                        </ListBox.ItemTemplate>
                    </ListBox>

                </ScrollViewer>

MainPage.xaml.cs

List<TileItem> networkTileItems;

public MainPage()
    {
        InitializeComponent();

        CreateConnectionHubTiles();
    }

private void CreateConnectionHubTiles()
    {
        networkTileItems = new List<TileItem>
        {

            new TileItem() { ImageUri = "/Images/Network/temp.png", Title = "Asymmetric DSL", Notification = "not active (what is proper term?)", /*Message = "not active (what is proper term?)"*/ GroupTag = "ConnectionTileGroup", TileName = "Asymmetric DSL", Type = NetworkInterfaceType.AsymmetricDsl  },
                ...

        };

        this.connectionTileList.ItemsSource = networkTileItems;
    }

When running, the list only creates the scrolling up effect, whether I try to scroll up or down. How might I be able to fix this issue? Should I load the images in a background thread, or only load a few images at a time while scrolling, or anything else? If so, how could I accomplish this?

  • 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-10T00:24:35+00:00Added an answer on June 10, 2026 at 12:24 am

    The issue here is that you’re wrapping a ListBox in a ScrollViewer, and both controls are trying to take the manipulations. Either set

    ScrollViewer.VerticalScrollBarVisibility="Disabled" on the ListBox, to let the outer ScrollViewer manage the scrolling, or remove the outer ScrollViewer completely.

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

Sidebar

Related Questions

I have some WPF ListBox which is dynamically populating with items. Something like this
I have a listbox that I am populating using a foreach. (Long explanation of
When populating the queue from the contents of the file, depth does not seem
Want to populate dynamically combobox-listbox-drop-down using javascript. var table = document.createElement(table); var select =
Populating a request object for a web-service, I need to dynamically add items to
I am populating a listbox with a large list. The user then has the
I'm populating a listBox, Each list item has a button. I've got it populating
i have a list: <asp:ListBox ID=lstProblems runat=server SelectionMode=Multiple></asp:ListBox> and i am populating it this
I am currently populating a list dynamically based on some web calls. When these
Im populating a GridView from List so am forced to use TemplateField controls to

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.