Hello,
I’m not sure if this is the proper way to go about this, but I want to have different visual displays of a group depending on its SubGraph Expansion state.
When the Subgraph is collapsed, I just want to display a single image, the expansion icon, a solid border outline, and a title. I have this aspect working great.
When the Subgraph expands, I want to remove the image, change the title color, change the border to a dashedArray, and fill the space where the image was with multiple images that represent each node in the group (basically, display each node image instead of a generalized image representing the group, rather than appending each node image) (assume my node array is properly built with the correct properties).
Any insight into the proper way to go about this?
Thanks in advance!