Top "Styles" questions

DO NOT USE THIS TAG.

wpf datagrid alternate row coloring

I have tried this method.. without luck.. <Style TargetType="{x:Type DataGridRow}"> <Style.Triggers> <Trigger …

wpf xaml wpf-controls styles wpfdatagrid
angular2-cli gives @multi styles error

I started using angular2-cli recently and created a new project. I wanted to use bootstrap in my project hence …

css angular styles angular2-cli
How do you disable MouseOver effects on a Button in WPF?

I'm trying to disable the MouseOver effect on buttons, or at least change the colour of it, in WPF. I'm …

wpf button mouseevent styles
How do i set the style of a textView programmatically?

I'm creating a textView programmatically. Is there a way that i can set the style of this textView? Something similar …

android styles textview android-styles
How do I make a WPF button look like a link?

I want to use buttons in WPF that are styled like links. Microsoft does this (seemingly inconsistently) in its Windows …

wpf windows xaml wpf-controls styles
How to change default ProgressBar circle color on Android

I am currently using an external library in my Android project imported via gradle. This library show a notification bar …

android styles overriding geometry android-progressbar
WPF Disabled button's background

I try to change button's style when it is disabled: <Style TargetType="Button" x:Key="MyButton2"> <Setter …

wpf xaml styles
ASP.NET MenuItem Individual Styles

I'm hoping to use an ASP.NET Menu Control for navigation through my site. However, I've got a requirement that …

asp.net menu styles menuitem
Theme not applying to DialogFragment on Android

I'm switching my old Dialogs to DialogFragment, but the themes and styles don't seem to be working. I'm using the …

android dialog styles themes compatibility
How to target all controls (WPF Styles)

Can I specify a style that applies to all elements? I tried <Style TargetType="Control"> <Setter Property="…

wpf user-interface styles