Quantcast
Channel: Northwoods Software - Latest topics
Viewing all articles
Browse latest Browse all 7417

Spot Panel within an Auto panel

$
0
0

@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 :
image
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

Read full topic


Viewing all articles
Browse latest Browse all 7417

Trending Articles