@akash1 wrote:
Hey Everyone,
I have some bigger and some very small shapes in a palette and also applied a initialScale
on this palette to make bigger shapes small.So the small shape are more smaller due to this scale.I was wondering if i can see the zoom-in version of these shapes on hovering.
Thanksvar customDynamicPallete = GO( go.Palette, "customShapesDiv"+index, { "initialScale":0.3, "layout.spacing": new go.Size(50, 50), "toolManager.hoverDelay": 200 // how quickly tooltips are shown // allowDrop:true } );
Posts: 2
Participants: 2