Tagged Questions
3
votes
2answers
972 views
XAML Designer “cannot find type” when converters are in UserControl.Resources
I have a WPF UserControl with binding converters referenced like this:
<UserControl x:Class="MyControl" x:Name="MyControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
2
votes
2answers
728 views
How to fix code-complete in Visual Studio 2008
The code-complete feature in Visual Studio is very useful, and it still works for C# and C++ code - but no longer works for XAML (XML) editing.
Is there a setting somewhere that can re-enable this? ...
0
votes
0answers
105 views
Auto generated property in xaml at design time [closed]
Possible Duplicate:
VS2010 WPF designer automatically adds HorizontalAlignment="Stretch" to gridsplitter
I have the weirdest problem.
I wrote a small control that has a splitter ...
0
votes
1answer
119 views
any disadvantages when opening XAML with XML Text Editor instead of Cider XAML Editor
I have made the experience that editing large XAML files is extremly faster when doing it in the standard XML text editor instead of the the split-screen cider XAML editor with the design view. This ...