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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:24:19+00:00 2026-05-18T05:24:19+00:00

I want to databind a ListBox to a linked list public class MyClass {

  • 0

I want to databind a ListBox to a linked list

public class MyClass
{
    public string MyText{ get; set; }
    public MyClass PreviousItem{ get; set; }
}

I want to use an instance of MyClass as the datasource of a ListBox, to basically show a list of the MyClass instance and all it’s PreviousItems.

Of course binding to an instance of MyClass will result in only the topmost parent being shown. What would be the best approach for this?

  • 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-18T05:24:20+00:00Added an answer on May 18, 2026 at 5:24 am

    Why do you need a custom implementation of a LinkedList in the first place? There is a .NET implementation already: System.Collections.Generic.LinkedList

    Other than that, you have basically three options:

    1. Recommended: If it fits your
      business logic, impement at least
      IEnumerable in MyClass (like the .NET lists)
    2. Create a ViewModel which traverses
      your items of MyClass and
      puts them into an
      ObservableCollection
    3. Create an IValueConverter object to
      convert your linked list to a
      collectionType like
      ObservableCollection
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Problem 1: I have a simple winforms app and I want to DataBind my
I have a 2-dimensional array of objects and I basically want to databind each
want to know why String behaves like value type while using ==. String s1
I want to databind a textblock to some CLR objects so I can display
I have list box control where I am binding the values to the listbox
I have an object with a simple property: public class obj { /* ...
I have ListBox data bind to list of users (collection): usersListBox.DataSource = null; usersListBox.DataSource
I have a main class which creates and populates a DataSet and an instance
I want to databind an ItemsCollection, but instead of rendering the collection items, I
i want to databind hierarchical data from plain data to the ASPxTreeList, i checked

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.