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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:32:45+00:00 2026-05-28T00:32:45+00:00

Im new to data binding in Windows Phone 7 and cannot get this code

  • 0

Im new to data binding in Windows Phone 7 and cannot get this code to work. First, here is my “Move” Class:

public class Move
{
    public string RollNumber {get; set;}
    public string Description {get; set;}
}

Now here is my list which is made upon loading the page:

    public Game()
    {
        InitializeComponent();
        Loaded += new RoutedEventHandler(Game_Loaded);
    }

    void Game_Loaded(object sender, RoutedEventArgs e)
    {
        List<Move> Moves = new List<Move>();

        Move thisMove = new Move();
        thisMove.RollNumber = "6";
        thisMove.Description = "Danny Winrars with a 6";

        Moves.Add(thisMove);
        GameHistoryList.ItemsSource = Moves;
    }

Finally, here is my XAML:

<ListBox Name="GameHistoryList">
                        <ListBox.ItemTemplate>
                            <DataTemplate>
                                <StackPanel>
                                    <TextBlock Text="{Binding RollNumber}"></TextBlock>
                                    <TextBlock Text="{Binding Description}"></TextBlock>
                                </StackPanel>
                            </DataTemplate>
                        </ListBox.ItemTemplate>
                    </ListBox>

Anyone have any ideas on why this doesn’t work? 🙂

  • 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-05-28T00:32:46+00:00Added an answer on May 28, 2026 at 12:32 am

    Change

    <ListBox Name="GameHistoryList">
    

    to

    <ListBox x:Name="GameHistoryList">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this in my form's designer code: this.referenceNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding(Text, this.clientDetailBindingSource, ClientDetails.ReferenceNumber, true)); In
Here's what I got to so far: System.Windows.Data.Binding binding = new System.Windows.Data.Binding(MyProperty); binding.Mode =
I need to define new UI Elements as well as data binding in code
DataGridTextColumn col = new DataGridTextColumn(); col.Header = Text1; col.Binding = new System.Windows.Data.Binding(Text1); grd.Columns.Add(col); I
I'm new to WPF and data binding so hopefully I can explain the problem
I am appending new data - $('#posts').append(data); But I want this new data to
I am using the Visifire charts to display data on a Windows Phone 7
I got the following code for my object (short version) : public class PluginClass
Im quite new to silverlight and windows 7 phone development. And I'm not sure
I have two classes: public class Person { public string FirstName { get {

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.