Results 1 to 2 of 2

Thread: Differences between datagridview and list view

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2008
    Posts
    22

    Differences between datagridview and list view

    Can someone tell me the differences between datagridview and listview?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Differences between datagridview and list view

    It depends on what you want to do. If you want simple data display then a ListView may be better. If you want data-binding and complex functionality using a DataGridView might be an option.

    I use a listview as a don't like bound controls and prefer writing my own functionality code.

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