|
-
Dec 30th, 2009, 09:37 AM
#1
Thread Starter
Fanatic Member
Has listview displaymember or valuemeber property ?
Ok. I want a listview has above properties. Is it possible ?
In fact i have a database which have a field is image ( binary array)
I want a listview displaymember is name and value member is image.
-
Dec 30th, 2009, 09:45 AM
#2
Re: Has listview displaymember or valuemeber property ?
The ListView control doesn't support data-binding. It has no DataSource property, so of course it has no DisplayMember or ValueMember. You should either use a DataGridView, or else use the ExrendedListView control from here.
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
|