I have a number of categories on my design time component that are being expanded by default.
I'd like to have them appear collapsed by default, or at least problematically collapse them before the user sees them.
[Category("Misc")]
public int Id
{
// ...
}
Do I need to use a type converter? The docs on this are pretty sketchy...