icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
949 stars 251 forks source link

Change Resizing, Skewing & Rotateing of Controls #37

Closed jogibear9988 closed 4 weeks ago

jogibear9988 commented 7 years ago

It should worke like https://github.com/jogibear9988/transformbox

JoshWobbles commented 5 years ago

Would this address unwanted changes to horizontal and vertical alignment when moving elements around?

jogibear9988 commented 5 years ago

don‘t know. don‘t think I will get to this task the next time.

the alignment is modified when you change to a new container, depending on the position (near to wich side or the middle)

JoshWobbles commented 5 years ago

Ive had it change when not even changing containers (not pressing the modifier key) and it seems much more easy for it to attach to the bottom or right than I notice when using Visual Studio. I am used to VS behaving more like defaulting to top left unless within like 10px or so.

Is there a way to override this behavior or make it alwayse default to top left?