Results 1 to 2 of 2

Thread: Performance of DataGridView vs ListView

  1. #1

    Thread Starter
    Hyperactive Member Troy Lundin's Avatar
    Join Date
    May 2006
    Posts
    489

    Performance of DataGridView vs ListView

    Which is better in terms of performance, DataGridView or ListView in details mode? Which is better in terms of functionality?

    Thanks.
    Prefix has no suffix, but suffix has a prefix.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Performance of DataGridView vs ListView

    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 then the ListView simply isn't designed for it so you should use a DGV.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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