|
-
Apr 26th, 2009, 02:05 AM
#1
Re: ListBox Refresh DataSource?
So try the rest of my advice. Implementing IList and IListSource in the same class is asking for trouble because an IListSource is supposed to be the source of a list, not a list itself.
-
Apr 26th, 2009, 12:09 PM
#2
Thread Starter
Frenzied Member
Re: ListBox Refresh DataSource?
 Originally Posted by jmcilhinney
So try the rest of my advice. Implementing IList and IListSource in the same class is asking for trouble because an IListSource is supposed to be the source of a list, not a list itself.
But with BindingSource can you give the ListBox a custom list?
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
|