Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to edit XAML Property, Yellow border in VS2012

Im trying to edit a BorderBrush (edit: or indeed any element that requires color picker) in the VS2012 Properties pane.

After selecting the border element in the MainWindow I select Brush > BorderBrush >Solid color brush in the property pane.

There is a yellow border around the Color Picker and RGBA values and im not able to change anything in the editor, I can enter values fine into the MainWindow Element XAML ie BorderBrush="#FF777777" I just cant set them with the property editor!

What can I do to get the editor working?

like image 713
tinmac Avatar asked May 08 '13 15:05

tinmac


2 Answers

The only solution I have found to date is to re-start VS2012.

like image 118
tinmac Avatar answered Nov 15 '22 21:11

tinmac


In VS2015 exists button "Disable project code" above XAML Editor (Zoom, Rendering effect, Show snap grid, ..., Disable project code). This help me

like image 31
Nikolay RB Avatar answered Nov 15 '22 22:11

Nikolay RB