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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:10:15+00:00 2026-06-04T15:10:15+00:00

I have a listbox which is populated through databinding to an ObservableCollection <ListBox Height=198

  • 0

I have a listbox which is populated through databinding to an ObservableCollection

<ListBox Height="198" HorizontalAlignment="Left" Margin="12,45,0,0" Name="listBox_users" VerticalAlignment="Top" Width="204" ItemsSource="{Binding}">
            <ListBox.ItemTemplate>
            <DataTemplate>
                <StackPanel Orientation="Horizontal">
                    <TextBlock Text="{Binding username}" Name="left" Width="50" />
                    <TextBlock Text="{Binding real_name}" Name="right" Width="100" />
                </StackPanel>
            </DataTemplate>
            </ListBox.ItemTemplate>
        </ListBox>

I want to get the string value of just username for whatever item is selected. Generally in the past I’ve done this with a convoluted indexing system, but there must be a way to do it from listbox_users.Items or listbox_users.SelectedItem. I have no idea how to accomplish this in the context of databinding, I’m still very new to the concept

  • 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-04T15:10:17+00:00Added an answer on June 4, 2026 at 3:10 pm

    Since you are using data binding and setting the ItemTemplate, the ListBox.SelectedItem will return the DataContext of that item and not the templated element. I assume that the ItemsSource is a List of some type of view model. Here is an example where the ItemsSource is of type ObservableCollection<UserViewModel>

    UserViewModel selectedUser = listBox_user.SelectedItem as UserViewModel;
    string username = selectedUser.username;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Listbox DataTemplate which looks like this <DataTemplate> <StackPanel Margin=0,24,0,24> <StackPanel toolkit:TiltEffect.IsTiltEnabled=true>
I have a ListBox (AvailableDevicesListBox), which is populated using data-binding in Silverlight 3. The
I have a listbox which populated from using a datatable. I have a Add
I have a ListBox which is populated from a collection of ViewModels, which uses
I have a listbox which has a couple of values and is already populated
I have an MVVM application that uses a listbox which is populated with images.
I have a listbox on a usercontrol which is populated by a xml file.
I have a grid of items which is populated using databinding. In the grid
I have a listbox which acts as a list of items. If you click
I have a ListBox which uses a DataTemplate to render databound items. The XAML

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.