@Tany wrote:
Hi,
I have a group template that looks like this :GO(go.Group, "Auto", GO(go.Shape, "Rectangle", // surrounds everything), GO(go.Panel, "Spot", // visible only when collapsed { width: 80, height: 80, fill: "gray"... }, GO(go.Picture, alignment : go.Spot.LeftCenter....) GO(go.PlaceHolder....) ) ); // end Template
Since the Group is “Auto”, i get the following results, for the collapsed state :
As seen, the “Spot” panel “looses” some width, becasue of the left spotted picture.
What needs to be done in order to maintain the “spot” width ?
Regards,
Tany
Posts: 9
Participants: 2