Top "Styles" questions

DO NOT USE THIS TAG.

How to change background color of TabControl.Header

I need to change the background color of the TabControl header, but TabControl haven't property for it, how can I …

c# wpf background styles tabcontrol
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 …

wpf .net-3.5 controls styles
WPF ToolTip Style

I have one ToggleButton with ToolTip, content of ToolTip is bind with Text property. Now I need to style my …

wpf styles tooltip togglebutton
How to set a different theme to a Layout

I've set a default theme for the whole app. It's defined in styles.xml as follows: <style name="DefaultTheme" …

android user-interface styles themes android-linearlayout
WPF Button IsEnabled Based on ComboBox Selection Overwriting default style

I have a Button that is looking at 2 comboboxes to make sure they have a value before it is enabled. …

wpf xaml styles isenabled
WPF - Global Style?

Is there a way to setup global styles for my WPF application? What I'm hoping to do is apply a …

wpf xaml styles global
Android different EditText backgrounds for different states using shapes, selector or list

I'm starting a new app where I use ActionBarSherlock & HoloEverywhereLib. My min & target SDK are the same (10/2.3.3). This …

android styles android-edittext state shape
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 …

jasper-reports styles
How to use AlternationIndex in ItemsControls?

I have seen some articles that show how to use AlternationIndex with ListBoxes or ListViews, but I had spent a …

wpf mvvm styles itemscontrol
What's the right way to trigger on multiple conditions in a WPF Style

My WPF application has a DataGrid control in it. I have a default custom style for the DataGridRow class which …

wpf xaml triggers styles multidatatrigger