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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:58:18+00:00 2026-05-27T04:58:18+00:00

I want to display a table with the items from an ObservableCollection of Type

  • 0

I want to display a table with the items from an ObservableCollection of Type Vendor that exists.
The problem is that when I load the data in the collection it doesn’t display it.
Here is my xaml code (i’m sure i’m missing something):

<Grid x:Name="Grid1">
    <ListView Name="ListViewVendors" 
              Margin="4,20,40,100" 
              ItemsSource="{Binding Path=VendorsCollection}">
        <ListView.Background>
            <LinearGradientBrush>
                <GradientStop Color="Gray" Offset="0"/>
            </LinearGradientBrush>
        </ListView.Background>
        <ListView.View>
            <GridView>
                <GridViewColumn Header="Vendor Name" 
                                DisplayMemberBinding="{Binding Path=Name}"/>
                <GridViewColumn Header="Contact Name" 
                                DisplayMemberBinding="{Binding Path=ContactName}"/>
                <GridViewColumn Header="Contact Phone" 
                                DisplayMemberBinding="{Binding Path=ContactPhone}"/>
                <GridViewColumn Header="Contact Fax" 
                                DisplayMemberBinding="{Binding Path=ContactFax}"/>
                <GridViewColumn Header="Contact Email" 
                                DisplayMemberBinding="{Binding Path=ContactEmail}"/>
                <GridViewColumn Header="Contact Website" 
                                DisplayMemberBinding="{Binding Path=ContactWebSite}"/>
            </GridView>
        </ListView.View>
    </ListView>
</Grid>
  • 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-27T04:58:19+00:00Added an answer on May 27, 2026 at 4:58 am

    You might be missing a DataContext for the ItemsSource binding; either way might want to learn how to debug bindings so you can give us the binding errors you get.

    Or perhaps you can even solve the problem yourself as those are usually very helpful.

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

Sidebar

Related Questions

I have a long list of data that I want to display in table
I want to be able to select items from a table and display them
I want to display a table like this Generated from three database tables depends
I want to display all records from table of current autorized user in my
I want to display the column 'name' after being found from the table mytest.
I am bringing data from rows of a DB and I want to display
Using vb.net 2008 I want to display a table in the form, so i
I have db with this table (TableToDo): http://goo.gl/NlTEk I want display all records in
i want to display all posts in Post table with say id=5 ...... controller
I want to display a ListView in table format. The ListView should have rows

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.