icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

StackPanel no longer removes properties that are used in the panel. #510

Closed gumme closed 10 years ago

gumme commented 10 years ago

If copying an element in a StackPanel and then pasting it in the same or another StackPanel you want to get Margin and alignment properties with you, only annoying if it resets them. Blend and Visual Studio also keeps the properties in this scenario.