I have this strange issue where anytime I open a XAML file that contains a Grid with a GridSplitter inside it, and the XAML Designer runs, it wants to add the property HorizontalAlignment to the GridSplitter and set it's value to "Stretch".
If I set VS2010 to not use the designer, the property is not added and the code remains the same. While I don't use the designer all the time, it's nice to use when needed. However, by going to the designer, it will automatically make the unwanted change every time. It forces the file to be checked out of source safe and is just a big mess.
Has anyone ever run into this situation? Seems very strange and specific, yet I can't find anyone else online complaining about the same scenario.