Good day,
I’m creating an application that requires the use of multiple palettes, but I don’t want them all shown at once, so I put them in a Tab Container to only show one at a time. This works great for the palette in the initial tab.
The issue is that all other palettes are invisible in the other tabs. Any suggestions? I already tried palette.requestUpdate() and palette.layoutDiagram(true) on tab change to no avail.
Thanks in advance!
- Tim
EDIT: If all else fails, I can go to Drag & Drop HTML palettes, but would prefer to use the GoJS way if possible.