C
Charles Jenkins
I would like to make a new control which encapsulates
System.Windows.Forms.ListView, but when I do, the new control can never
remember any items that add to the list in the Visual Studio Designer.
How does the regular ListView remember its items?
I have a book which seems to suggest that you add the attribute
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
to properties which represent collections of complex objects, but that
attribute seems to be unavailable in the .NET Compact Framework 2.0
What else might I try?
Thanks!
System.Windows.Forms.ListView, but when I do, the new control can never
remember any items that add to the list in the Visual Studio Designer.
How does the regular ListView remember its items?
I have a book which seems to suggest that you add the attribute
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
to properties which represent collections of complex objects, but that
attribute seems to be unavailable in the .NET Compact Framework 2.0
What else might I try?
Thanks!