CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2003
    Posts
    1

    DataSource Property in ListView control

    Good evening. At work today, my boss charged me with finding out how to create a user control that has the functionality of ListView, but allows the use of the property DataSource, to bind the data to a DataSet. I've found ways to use DataSource on a Simple Data Bound Control, and other ways to edit ListView to give scrolling, or change the colours or whatever, but I haven't found exactly what I'm looking for.

    Does anyone know of a control that does what I've described, or how I would implement this myself?

    Thanks.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    your best bet is using
    DataGrid class it has all you want ...

    "Datasets, grids, columms, rows, datasource you name it !!"

    thanx
    Paresh

  3. #3
    Join Date
    Jul 2001
    Posts
    14
    I'm facing the same problem and I found the following:
    http://www.codeproject.com/useritems...d_ListView.asp
    I havn't tested it but I will do it now.

    Good luck

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