I am using a Queue for a property, and it shows it as a collection in the propertygrid. The only issue, is I can't edit anything inside of it, it shows them as just "Objects" and everything is read only. I know Vector2 works fine in a propertygrid because I have a few of those by themselves. I've been googling, and found something about making a ContainerEditor, but not sure how to make one for a Queue, since it isn't a custom class.
Am I reading this right, or searching for the wrong things?