If the Columns property is overridable, then override it and apply DesignerSerializationVisibility. If it is not overridable, then hide it using the new keyword and apply DesignerSerializationVisibilty. It will work. I did this for a derived ListView. The ListView serilaizes Items, but it is not overridable. However, hiding the Items property and providing my own did the trick just fine. MCP- Proposed As Answer bywebJose Wednesday, September 23, 2009 4:56 AM
-
|