0
votes
2answers
12 views
WPF style basedon current
Is there a way to create a style that extends the current style, i.e. not a specific style?
I have a WPF application where I create styles to set some properties like borders or v …
0
votes
0answers
11 views
Android theme customization
Hi,
I am working on theme-ing my android app. After I went through 'Styles and Themes' in Android SDK and this article, I am still left with one question.
Simply put, how can I …
3
votes
14answers
312 views
Is it something bad to use <BR />?
Hi,
Is it something bad to use <BR/> tags? Why I ask this is, in our development team it was one of the first advices to me not use <BR/> but to use styles.
But why? …
0
votes
3answers
35 views
WPF Style Hierarchy?
I may have missed something obvious with WPF, but is it possible to create styles that work hierarchically with the targeted control's child controls? To better explain, think of h …
0
votes
0answers
16 views
FrameworkElementFactory “ignores” parent resources (e.g. styles)
Hello,
I am trying to create some custom treeviews. Everything is working fine so far, but I got a little problem with styles. I have a simple "RedBackground" Style which I add to …
0
votes
2answers
67 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 …
2
votes
2answers
42 views
Where to find Generic.xaml for native WPF controls?
Where to find Generic.xaml (or other code with the default look) for native WPF controls such as Button, CheckBox, TextBox, etc?
0
votes
2answers
26 views
WPF ListView : Header styling
I want to have a ListView with columns and a particular style:
The background for ALL column headers should be transparent except when the mouse is over in one of them.
When thi …
0
votes
2answers
24 views
ASP.Net Theme not applying to one page.
I have an ASP.Net site and one page will not load the ASP.Net themes even though it works for everything else. It's in the same directory as other pages that work. It uses the same …
0
votes
1answer
27 views
Design-Time Resourcedictionaries
I have created something like this and this.
In effect I have a dll which supplies me with a "styler" for my application - it contains all my basic styles as well as a factory to c …
0
votes
1answer
25 views
Default Image Style
It was my understanding that this:
<Style TargetType="{x:Type Image}">
<Setter Property="Margin" Value="0"/>
<Setter Property="Stretch" Value="None"/>
< …
0
votes
1answer
24 views
Eclipse doesn’t recognize style in the Android Layout builder?
Since Android supports styles and it's good practice to use them (similar to CSS), I made a new style and applied it to 3 buttons.
The Layout builder in Eclipse did not register t …
1
vote
2answers
228 views
Need help with a custom Style in WPF
I'm attempting to build some simple custom styles for the WPF Toolkit DataGrid control.
I have a style for the overall DataGrid and a style for the DataGridColumnHeader. I am not …
0
votes
1answer
167 views
Need themes for the WPF Toolkit controls (espeically DataGrid)
I just downloaded the nice themes collection from the Codeplex WPF Themes site. I like the WhisterBlue and BureauBlue themes a lot, but neither contain any styles for the new contr …
0
votes
4answers
110 views
Dependency property not working, trying to set through style setter.
I am trying to set up a custom style for my newly made usercontrol, however i am getting the error : "Cannot convert the value in attribute 'Property' to object of type 'System.Win …
