Is there any specific reason why a container item wouldn't show name when single clicked, doesn't show properties when hover over?
I added
public override void AddNameProperties( ObjectPropertyList list )
{
to the class and nothing shows up....
the addnameproperties is in a baseclass, could that be it?
I added
public override void AddNameProperties( ObjectPropertyList list )
{
to the class and nothing shows up....
Post automatically merged:
the addnameproperties is in a baseclass, could that be it?
Last edited: