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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:39:35+00:00 2026-05-27T10:39:35+00:00

I know how to data bind. But i know ive done this before where

  • 0

I know how to data bind. But i know ive done this before where i define an array of strings or ints within Xaml. Note that im referring to Silverlight xaml.

Is it something like this?

ItemsSource=”10 20 30″
ItemsSource=”10, 20, 30″
ItemsSource=”{10 20 30}”
ItemsSource=”{{10} {20} {30}}”

Note that none of the these actually work.
The first one, for instance, places each character as a separate item in the list or combobox… etc.

  • 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-27T10:39:35+00:00Added an answer on May 27, 2026 at 10:39 am

    Don’t use ItemsSource. ItemsSource is specifically for binding to a collection. Controls that have an ItemsSource property typically have an Items property. Try setting it like this

    <Control>
        <Control.Items>
            10
            20
            30
        </Control.Items>
    </Control>
    

    Note that each item is on it’s own line. Also, I can’t tell you the syntax off of the top of my head, but I would try to create the collection as a Resource rather than declaring it in the control. This will make it easier to reuse.

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

Sidebar

Related Questions

I know I've done something like this before, but I have no idea why
I'm fairly new to Data binding & XAML, so this probably is fairly simple
I know there are similar questions out there, but I'm having trouble with this
If you followed a DM course, which textbook was used? I know about Data
Does anyone know if the data type DateTimeOffset is supported in the .NET Compact
Specifically I want to know what the data structure for the imports (idata) section
I know that |DataDirectory| will resolve to App_Data in an ASP.NET application but is
Anyone know why Subsonic 2.2 uses System.Data.SQLite version 1.0.60.0 instead of the latest version
I know you should use POST whenever data will be modified on a public
I know that table sources need a data source to hold the data that

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.