Tagged Questions

9
votes
9answers
3k views

How to apply multiple styles in WPF

In WPF, how would I apply multiple styles to a FrameworkElement? For instance, I have a control which already has a style. I also have a separate style which I would like to add to it without …
1
vote
2answers
29 views

Setting content in an inherited (BasedOn) style.

I have a base style, say: <Style x:Key="DefaultButtonStyle" TargetType="{x:Type Button}"> <Setter Property="Background" Value="{StaticResource DefaultButtonBackground}" /> …
0
votes
1answer
19 views

Select an element that doesn’t have a background set

The title pretty much says it all. Using jQuery, I need to select all elements that do not have a background color or image defined, and apply at least a white background to it. Thanks!
1
vote
5answers
1k views

WPF - Change a button’s content in a style?

I'm trying to do something similar to this: <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" …
0
votes
2answers
25 views

WPF- Catch the clicking of a button that was added to a style (ListBoxItem)

I have added a button to a template for a ListBoxItem. I want to know how to catch the click for the button (not selecting the ListboxItem). The button clicks just fine in the UI, but I can't seem …
0
votes
1answer
19 views

Adobe Flex Progress Bar for LoadStyleDeclarations

I'm loading a rather large swf as style with the following command: StyleManager.loadStyleDeclarations("assets/modules/"style.swf",true,false,ApplicationDomain.currentDomain); The style is loaded …
0
votes
1answer
247 views

WPF: resize parent container when child’s ControlTemplate changes

I have a custom error template for my TextBox. Something like this: <Style TargetType="{x:Type TextBox}" x:Key="ErrorTemplateStyle"> <Setter Property="Validation.ErrorTemplate"> …
0
votes
0answers
58 views

Elegantly override style of ComboBox’s ToggleButton in WPF

I have a question regarding how to elegantly override an arbitrary element deep inside a control's visual tree. I also have attempted to resolve it in a few different ways, but I've run into several …
1
vote
1answer
32 views

Applying a FontFamily to all Controls in Silverlight 4 Beta

I'd like to give every Control a certain FontFamily and FontWeight in Silverlight 4.0. I know that styles can now apply to all controls of a certain type, so I tried this: <Style …
1
vote
1answer
27 views

How can I change styles of XAML file using Data Binding?

I'm binding a collection of objects to a listbox in WPF, for simplicity we'll say the object i'm binding has 3 propertys: Name, URL, IsBold. What I want to do, is have it displayed different if the …
0
votes
3answers
16 views

Create reusable chart style in reporting services

I would like to be able to change the formatting of groups of reports separately from the content of the report itself. Then if we decide to change the way we present our reports this can be changed …
0
votes
0answers
27 views

silverlight 3 style composition

I haven't been able to find a simple, straightforward answer regarding this scenario, so I thought I'd try here. In WPF, you can so something like this: <Style x:Key="headerBlock" …
0
votes
3answers
37 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 validation. …
0
votes
0answers
31 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 use android:textSize …
0
votes
3answers
52 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 how CSS works to …

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