Tagged Questions

0
votes
2answers
24 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
1answer
16 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
32 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
34 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
1answer
25 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
11 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 …
0
votes
1answer
24 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
2answers
22 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
115 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 …
1
vote
2answers
181 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
4answers
68 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 …
0
votes
1answer
20 views

Is there a way to attach an event in a XAML style?

I want every clickable TreeViewItem to execute TreeViewItem_MouseLeftButtonDown, is there a way to put this in the style so I don't have to define it everywhere. I could run throug …
0
votes
2answers
50 views

Using jQuery rule plugin to style

Is anyone familiar with the jquery rule plugin? http://flesler.blogspot.com/2007/11/jqueryrule.html I need to dynamically change css rules but do not understand the syntax of the …
0
votes
2answers
32 views

What do I use for `BasedOn` when creating a custom style for a DataGridColumnHeader in WPF?

What should I put for BasedOn in this style? <Style x:Key="DataGrid_ColumnHeaderStyle" TargetType="wt:DataGridColumnHeader" BasedOn="??????????"> <!-- I want …
0
votes
3answers
213 views

css - hidden div has large white space in its place in IE

Hi, Any ideas how I get rid of white space on my IE browser. It is caused by a hidden div. When I remove the div the white space goes. Works fine in FF. Here is the DIV: &lt …

1 2 3 4 5 9 next
15 30 50 per page