VS.Net Collection Editor
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I wrote a Collection Class(viz: MYCollection) (Derived from Collection Base). And have added methods for Add() and Remove(). I have used this Class in a Custom Control, and exposed a Property of type MyCollection. Now, the VS.Net IDE does show the Collection Editor Dialog Box for the Property,but when I add items to the collection using the Collection Editor, the changes are not persisted. (ie: The IDE does not Generate code for the Items added to the collection). What is to be done to persist the Items Added using the Collection Editor (ie: to make the VS.Net generate code for the Added Items, just like it does for ListView Items Collection, for Example) Someone please help me.... Thanks