0
votes
2answers
148 views
DataTemplates in resource dictionaries don’t inherit from app.xaml styles??
I added custom named styles to the app.xaml.
I created an external resource dictionary (which I attach in the merged dictionaries of the app.xaml) and when I try to use one of the above named styles …
0
votes
1answer
167 views
How get this xaml to work from app.xaml
I made this UpButton.xaml file by converting it from an .ai-file that our graphics guys made but i just can't get it to work.
I was thinking of making this some sort of template/style for buttons, but …
0
votes
2answers
245 views
Application-level Resources in a Different Assembly
This question involves the Visual Studio (2008) WPF Designer's apparent inability to handle the usage of resources located at the App.xaml level if the App.xaml is in a separate assembly from the …
0
votes
0answers
87 views
Is there a way to ignore Visual Studio errors thrown by XAML?
I know you can do it in CodeBehind with something like this...
#pragma warning disable 67
...
#pragma warning restore 67
But is there a way to do this type of thing in XAML?
For example, I have …
0
votes
0answers
94 views
how can we control the storyboard of the control template stored in app.xaml of label with the button which is in another xaml
Hello,
I have prepared a control template for the label and stored in App.xaml because these control template is used by many labels in the xaml. Inside it i have a placed a storyboard in order to …
0
votes
3answers
1k views
WPF: Changing Resources (colors) from the App.xaml during runtime
I am trying to make my application more customizable by allowing users to pick a color from a Color Picker dialog, and then changing the style of the application in real time (with DynamicResource)
…
1
vote
1answer
541 views
Using ObjectDataProvider
I cannot believe that nobody has gotten across this or perhaps I'm just missing something.
I've got a custom DataSourceController which handles retrieving data and providing it to the rest of the …
0
votes
3answers
181 views
Broken Silverlight Design-Surface in VS2008
In VisualStudio 2008, the design surface is just empty since I added this style to App.xaml:
<Style x:Key="RightAlignedCell" TargetType="data:DataGridCell">
<Style.Setters>
…
