CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: list

  1. #1
    Join Date
    Oct 2010
    Posts
    11

    list

    hello,

    I'm really new to wpf (I haven't even read any tutorials yet, by the way if you know of good ones please give them to me).
    How do I display the contents of a list of objects (whose toString function is overwritten) that I have created in MainWindow.xaml.cs in a column of a grid ?
    I would also like to rename the header of the column.
    I'm assuming that I have to use 'DataGrid', but I don't know how to.
    Basically, I don't even know how to link the programming part with the design part, so if you could explain it in a few words without refering to a huge documentation, I'd be grateful.
    I know the basics about both xml and c# so I guess it shouldn't be that difficult for me to learn how to use wpf.

    Thanks

  2. #2
    Join Date
    Oct 2010
    Posts
    11

    Re: list

    Hello world?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured