Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

40
votes
7answers
17k 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 ...
39
votes
3answers
13k views

How to bind inverse boolean properties in WPF?

I am open to suggestions with the title. It really is pretty bad. What I have is an object that has an IsReadOnly property. If this property is true, I would like to set the IsEnabled property on a ...
23
votes
3answers
18k views

How to programmatically setting style attribute in a view

I'm getting a view from the XML with the code below: Button view = (Button) LayoutInflater.from(this).inflate(R.layout.section_button, null); I would like to set a "style" for the button how can I ...
23
votes
29answers
3k views

What is the easiest or fastest way to make CSS render the same in all browsers

Making a web page display correctly im all major browsers today is a very time consuming task. Is there a easy way to make a CSS style that looks identical in every browser? Or at least do you have ...
20
votes
2answers
24k views

How to set default WPF Window Style in app.xaml?

I am trying to set the default Style for every window in my WPF Windows application in my app.xaml. So far i have this in app.xaml: <Application.Resources> <ResourceDictionary> ...
19
votes
1answer
12k views

Load WPF styles or other Static Resources from an external file or assembly

I have a few WPF applications and I want all my styles to be in a shared assembly instead of declaring them in each application separately. I am looking for a way so I don't have to change all my ...
19
votes
4answers
100k views

How do I style (css) radio buttons and labels?

Given the code bellow, how do I style the radio buttons to be next to the labels and style the label of the selected radio button differently than the other labels? <div class="input radio"> ...
18
votes
12answers
1k views

Should I *always* favour implictly typed local variables in C# 3.0?

Resharper certainly thinks so, and out of the box it will nag you to convert Dooberry dooberry = new Dooberry(); to var dooberry = new Dooberry(); Is that really considered the best style?
17
votes
2answers
6k views

WPF TreeView: How to style selected items with rounded corners like in Explorer

The selected item in a WPF TreeView has a dark blue background with "sharp" corners. That looks a bit dated today: I would like to change the background to look like in Explorer of Windows 7 ...
16
votes
5answers
49k views

Styling a WPF layout grid background (of each cell, row, column)

I would like to know if there is any way to style a WPF layout grid's cells, rows and columns. I've been trying to find any information and the few mentions I've found have not been that informative. ...
15
votes
2answers
762 views

How can a designer design a firemonkey style

Firemonkey brings us the ability to add styles, vector graphics, bitmaps, effects, animations etc to our apps. But I'm no designer, so I'll need to hire one to do the fancy work. But as far as I can ...
13
votes
4answers
8k views

Latex styles - what do you use and where to find them

What Latex styles do you use and where do you find them? The reason I'm asking this is that it seems that some 99.9999% of all styles on the internet are copies of each other and of a physics exam ...
12
votes
14answers
2k views

Is it something bad to use <BR />?

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? Are there some negative ...
12
votes
2answers
15k views

How do I group items in a WPF ListView

I have a ListView that I want to group results into, however the examples I am finding are not working. How can I group my results? I want to group on the Status property in my custom object. This ...
11
votes
2answers
331 views

WPF doesn't apply style to first element

I have a simple WPF window that has 12 buttons on it. I want the same style to be applied to all of them. This code produces the same error: <Window x:Class="TestApp.TestWindow" ...
11
votes
4answers
14k views

Styling an input type=“file” button

How to style the input type="file" button.
10
votes
3answers
7k views

Binding for WPF Styles

I'm trying to create a custom control - a button - which will have multiple styles applied to it depending on the value of a property within the data context. What I was thinking is using something ...
9
votes
4answers
406 views

Qt style sheets bugs?

I have a many bugs at simple QSS(Qt style sheets). Is it bugs of Qt? Example: Style sheets: #check1 { color: red //didn't work here } #check2 { color: red; ...
9
votes
7answers
1k views

Styling the indeterminate state of a WPF checkbox

I want to style the indeterminate state of a WPF checkbox. We have a treeview control with checkboxes, and we want the indeterminate state to represent that some descendants are checked and some are ...
9
votes
1answer
20k views

WPF TabItem Header Styling

I'm trying to style a TabControl and have got 75% of the way there, but I'm having difficulty styling the actual TabItems: What I am trying to achieve is remove the default ContentPresenter so that ...
9
votes
2answers
22k views

How to style a WPF Expander Header?

I would like to apply a style on a WPF Expander Header. In the following XAML I have an Expander but the style is for all of it not just for the header. Thanks. <Page ...
9
votes
2answers
5k views

How can you change the highlighted text color for a WPF TextBox?

The WPF TextBox natively makes use of the System Highlight color for painting the background of selected text. I would like to override this and make it consistent since it varies by OS/user theme. ...
8
votes
2answers
120 views

Is there a C project Default Directory Layout?

I've always wanted to know if there is a default directory layout for C projects. You know, which folders should i put which files and such. So I've downloaded lots of project's source codes on ...
8
votes
2answers
494 views

styles multiple inheritance

Is there any way to make a style inherit from multiple other styles, instead of just being limited to: <style name="WidgetTextBase"> <item name="android:typeface">serif</item> ...
8
votes
1answer
2k views

How can I “Click Through” a control in WPF?

I have an order entry form that has a ListBox with a list of line items. I have my items template, and one of the values is a ComboBox in each of my Items. Now, my form can also create Credit memo's ...
8
votes
3answers
7k views

Setting Button FlatStyle in WPF

I have just been learning about how styles and control templates in WPF can affect the appearance of buttons, I'm trying to set the Button's FlatStyle, in the resources I've seen I can't find ...
8
votes
1answer
8k views

How can I create a group footer in a WPF ListView ( GridView )

I have a ListView that displays sales orders, and groups them by status. In WinForms I had a footer at the bottom of each group that displayed the Total sale price for each group, and I would like to ...
8
votes
3answers
2k views

Styling nested elements in WPF

Suppose you have a nested element structure, for example a ContextMenu with MenuItems: <ContextMenu Style="{StaticResource FooMenuStyle}"> <MenuItem Style="{StaticResource ...
8
votes
1answer
6k views

In XAML style, how to change solid background to gradient?

I've got a MainResources.xaml file in which I have a style that defines how each of my windows in my application look: <Style x:Key="MainBorderStyle" TargetType="{x:Type Border}"> ...
8
votes
6answers
9k views

External Styles in JasperReports

I'm working on a system that includes a large number of reports, generated using JasperReports. One of the newer features is that you can define styles for reports. From the available docs I believe ...
8
votes
9answers
1k views

Spartan Programming

I really enjoyed Jeff's post on Spartan Programming. I agree that code like that is a joy to read. Unfortunately, I'm not so sure it would necessarily be a joy to work with. For years I have read ...
7
votes
3answers
40 views

How to define all textblock elements the same color

We are using global styles definitions for most of the types. We define then in the app.xaml file. When using TextBlock it is a problem to define a foreground color because it changes all the controls ...
7
votes
2answers
164 views

How to override (or hide) style attributes defined in the Android library project?

I have a set of similar applications. I extracted common resources and code to the library project and applications just override what they need to. In my library there is the following style defined: ...
7
votes
2answers
553 views

Validation Error Style in WPF, similar to Silverlight

By default, the Validation.ErrorTemplate in WPF is just a small red border without any ToolTip. In Silverlight 4, the validation error is nicely styled out-of-the-box. Here is a comparison of a ...
7
votes
1answer
364 views

In WPF, How to apply style to UserControl in design view?

I usually define style and control template in App.xml under tab. So, while designing the UI, I can see the UI with the style applied in design view in Visual Studio 2008 with .NET3.5. However, in ...
7
votes
8answers
2k views

jQuery - How to get all styles/css (defined within internal/external document) with HTML of an element

I know that $("#divId").html() will give me innerHtml. I also need its styles (which might be defined by the means of classes) either in-line style attribute or all the styles/classes within a ...
7
votes
2answers
1k views

Silverlight: TextBlock has no Template property?

I want to customize the look of a TextBlock. (I want a rounded rectangle border around it.) But I'd like to be able to set its template via the file app.xaml. But I see that TextBlock doesn't have a ...
7
votes
4answers
7k views

WPF Change style of surrounding border on mouse over

I have a Grid with a Border around it. Upon mouse over on the Grid, I want to change the style on the Border. How would I go about doing this? This is what I've tried, without any success so far: ...
7
votes
4answers
5k views

WPF GroupBox with no header space

Easy one, I would like to have a GroupBox with no header space The closest thing is a border, but the border "by default" does not have the same Style as the group box. What's the easiest way ...
7
votes
5answers
3k views

Deactivate FocusVisualStyle globally

I want to globally deactivate the focus rectangles in my WPF application. For single controls that can be done via <Style TargetType="Button"> <Setter Property="FocusVisualStyle" ...
7
votes
3answers
13k views

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" ...
7
votes
2answers
1k views

Setting a style's TargetType property to a base class

I was just poking around a bit in WPF and wanted all elements on my Window to share the same margin. I found that all Controls that are capable of having a margin derive from FrameworkElement so I ...
7
votes
3answers
7k views

How to make WPF resource styles switchable at runtime?

I've got style resources in WPF working so that in my App.xaml I can define whether the customer or administrator layout is used. This works nicely by getting all the style out of the main XAML in a ...
7
votes
2answers
683 views

Is it possible to set a style in XAML that selectively affects controls?

In <Window.Resources> I have defined following style: <Style x:Key="textBlockStyle" TargetType="TextBlock"> <Setter Property="Margin" Value="5,0,5,0"/> ...
7
votes
2answers
8k views

How do I make a marquee progress bar in WPF?

In Winforms I could set the ProgressBarStyle of a progress bar to Marqee, and that would have the progress bar incriment on its own without having to be set, for processes where I don't know how long ...
6
votes
2answers
99 views

How to remove all inherited and computed styles from an element?

The page has the following CSS: input[type=text] { display: inline; padding: 7px; background-color: #f6f6f6; font-size: 12px; letter-spacing: 1px; border: 1px solid #aac7d1; /* lots of other ...
6
votes
1answer
296 views

Animate 'Style' property of Control using ObjectAnimationUsingKeyFrames in WPF

I am trying to animate 'Style' property using ObjectAnimationUsingKeyFrames. When I run the sample below, I just see empty window and there are no any exceptions. Almost the same sample works in ...
6
votes
2answers
262 views

Synchronize WPF ColorAnimation across several controls

I have several toggle-like buttons that I want to pulsate in unison when in the pressed state. I have defined a style with a trigger that kicks-off the glow animation and this works just fine, apart ...
6
votes
2answers
1k views

WPF: Alternating colors on a ItemsControl?

How do I get alternating colors on a ItemsControl? I have AlternationCount set to 2, but the ItemsControl.AlternationIndex property always returns 0. <ItemsControl ItemsSource="{Binding}" ...
6
votes
3answers
837 views

.Net enumerate winforms font styles?

I have been searching around for a way to list the valid font styles for a given font using the .Net framework (even if I have to pinvoke gdi32 or some other API) since not all fonts fall into the ...

1 2 3 4 5 30