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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:07:49+00:00 2026-06-07T06:07:49+00:00

I have a listbox with a data template bound to a list<class> in the

  • 0

I have a listbox with a data template bound to a list<class> in the program.

<DataTemplate x:Key="pTemplate">
            <StackPanel Orientation="Horizontal">
                <TextBlock Text="{Binding Ref}" Padding="5,0,0,0"/>
                <StackPanel Name="taggedA" Tag="{Binding A}" Orientation="Horizontal">
                    <TextBlock Name="selectedA" Text="{B}" />
                </StackPanel>
                <Image Name="ind" Width="40" Height="40" />
            </StackPanel>
</DataTemplate>

On button click, I want to go over all the elments of the listbox and check if the stackPanel taggedA‘s tag == textblock selectedA‘s text.

This is to be done for each of the items in the list box and the data template is as above. How can this be done?

  • 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-07T06:07:50+00:00Added an answer on June 7, 2026 at 6:07 am

    Easier to compare the binding source directly:

    ListBox l = myListBox;
    for (int i = 0; i < l.Items.Count; i++)
    {
        var boundObject = (MyClass)l.Items[i];
        MessageBox.Show("They are equal? " + (boundObject.A == boundObject.B));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a datatemplate for my listbox: <DataTemplate x:Key=CheckBoxTextBoxItemTemplate> <StackPanel Orientation=Horizontal> <CheckBox Focusable=False IsChecked={Binding
I have a WPF listbox and have updated the list item data template to
I have created a listbox control with following DataTemplate <DataTemplate x:Key=lb_Itemtemplate> <DockPanel> <TextBlock Text={Binding}
I have a ListBox data bound to the collection of my PersonCollection class. Next,
Here is the XAML: <ListBox ItemsSource={Binding Documents} BorderBrush={x:Null}> <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation=Vertical> <TextBlock Text={Binding
I have a data bound Listbox as shown below. I want the textblock that
I have a Listbox DataTemplate which looks like this <DataTemplate> <StackPanel Margin=0,24,0,24> <StackPanel toolkit:TiltEffect.IsTiltEnabled=true>
I have a wpf listbox that implements a DataTemplate that contains a TextBlock. <local:BooleanToFontColorConverter
I have a DataTemplate that is used by a listbox: <local:BooleanToFontColorConverter x:Key=boolToFontColor /> <DataTemplate
So I have the following DataTemplate for a ListBox.ItemTemplate : <DataTemplate x:Key=Tweet> <Grid> <Grid.ColumnDefinitions>

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.