After creating the button control on GoDrawView
When I copy a button, copied new button is created in the below the exsiting button. GoDrawing and GoRectangle are not have this problem. How do I resoleve it.
When I adjust the size of the object by using the size adjustment handle, Negative direction is not adjusted.
(when hoding the bottom-right Resize handle and then, moving mouse upper direction, The minimum size is limited to zero at both axis)
Whenever creating new Control Objects(Gobutton, Editbox, etc), as well as Copy / paste, new Control objects are located below the exsiting button.
I think it is related AddGoControl() method in GoView.cs.
or SetChildIndex() method.
All Objects(GoRectangle, GoDrawing, etc) are not adjusted to reverse direction.
I think it is related MinumumSize is set 1 in GoToolResizing.cs
I want to resize all directions like MS PowerPoint’s Resizing…