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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T18:19:38+00:00 2026-05-21T18:19:38+00:00

Probably a simple question but one that eludes me nonetheless. I have a class:

  • 0

Probably a simple question but one that eludes me nonetheless.

I have a class:

public class Person
{
    public string Name{ get; set; }
    public int Age{ get; set; }
}

An arry of which, is bound to a listview:

    <ListView Name="lvDrawings">
        <ListView.View>
            <GridView>
                <GridViewColumn>
                    <GridViewColumn.CellTemplate>
                        <DataTemplate>
                            <RadioButton Checked="rbSelected_Checked" GroupName="rbgSelected" Tag="{Binding Path=Person}" />
                        </DataTemplate>
                    </GridViewColumn.CellTemplate>
                </GridViewColumn>
                <GridViewColumn Header="Name" DisplayMemberBinding="{Binding Path=Name}" />
                <GridViewColumn Header="Age" DisplayMemberBinding="{Binding Path=Age}" />
            </GridView>
        </ListView.View>
    </ListView>

As you can see on the Radio Button I’ve attempted to bind the class to the tag so that I can utilise the selected row’s class. As you can guess, this doesn’t work.

How would I be able to do this or is there a much better way.

Thanks in advance,
SumGuy

  • 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-21T18:19:39+00:00Added an answer on May 21, 2026 at 6:19 pm

    The following will do what you’re looking for:

    <RadioButton Checked="rbSelected_Checked" GroupName="rbgSelected" Tag="{Binding}" />                        
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is probably a simple question that I am just missing but I have
This is probably a really simple question but one I've never quite worked out
This is probably a simple question, but i have been unable to find a
I have a probably pretty simple question but I am still not sure! Actually
I have one question but it can probably be answered by one of several
This is probably a simple question, but it's driving me crazy! I have a
This is probably a simple one but I cant get my head around it.
Another annoying one for me but probably something simple. I have a number of
This is probably a very simple and stupid question to ask, but I have
Ugh, how do I explain this one... Probably a simple question but my mind

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.