|
-
Aug 8th, 2008, 03:21 AM
#1
Thread Starter
Junior Member
Differences between datagridview and list view
Can someone tell me the differences between datagridview and listview?
-
Aug 8th, 2008, 07:23 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|