I have a mvvm(model view viewmodel) silverlight application that has several views that need to be loaded into ContentControls (i made it all in expression blend). What i dont know how to do is, for e
I have this in XAML <ControlTemplate TargetType=\"{x:Type Button}\"> <Image ...> </ControlTemplate>
I have written a content control with an Int Dependency Property in the content Control. The Control has a default style which contains the Template for the control.
This is a sort of extension of this question I asked yesterday (the question gave me a contentcontrol that can overlay the current control).I now have a contentcontrol that can be overlayed on the cur
I am pretty new to WPF, (using it for 3 weeks now), so I might be missing something stupid or not understanding what I am doing!
I want to decorate some controls in groups like: <UserControl x:Class=\"Infrastructure.UI.ItemsGroup\" ... >
I have a ContentControl and its content is a custom FrameworkElement. FrameworkElement has only one child and it is a DrawingVisual. Basicly the ContentControl is a container for the DrawingVisual(whi
I\'m working on a project that involves creating a custom graphical editor.The graphical editor has multiple tabs, and I want to create a preview function that will show a popup with Bitmap previews o
what is wrong about the following code? I get this error during compilation: The property \'TargetName\' does not represent a valid target for the \'Setter\' because an element named \'cc\' was not
I have problems accessing images in the ControlTemplate of a \"Silverlight Templated Control\" I implemented. The Style for my control called \"ControlDragger\" is the following: