Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

How to limit the min size of selection adornmet?

$
0
0

@ebett wrote:

I want to limit the minimum size of the selection adornmet.
I have this:

 var selectionAdTpl = $(go.Adornment, "Auto",
	 { minSize: new go.Size(100, 30) },
	 $(go.Placeholder)
 );

And the node :
$(go.Node, "Auto", {
resizable: true,
minSize: new go.Size(100, 30),
...
The selection adornment dosn't stop at the specified size.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles