Resizable SubGraph

Hi Walter,

New issue, new post.
I want my SubGraphs to be able to resize. I set the property Resizable=true and SelectionObject.Resizable=true. But Im not getting the affect I'm looking for. Firstly, I can't seem to make the resize-handles appear.

oops…

I have just review the documentation, and it appears that my GoObjects are inheriting the Resizable property directly from my GoView. Since I had that set to false - it didn't matter if my GoObject had redefined its own Resizable=true property, the object remained non-resizable.
Just wanted to clear this up. Please mark this thread as resolved.