@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