Hi all!
I'm considering creating my custom Tab Strip control. It simply contains a collection of panel, and an active panel where is the top panel to be draw.
But the Panel class is not marked as serializable, even I've created an inherit usercontrol from that with some overrides at the property and adding serializable attribute.
What should I do now??
Call me Zenocoding