Top "Styles" questions

DO NOT USE THIS TAG.

How do you style a WPF GridView Header?

I went from this: WPF GridViewHeader styling questions to this: Now I just need to get rid of the white …

wpf gridview styles
How do I bind to another control's property from a trigger?

In my particular case, I want to bind to the IsReadOnly property of a TextBox to set the Content property …

wpf xaml triggers styles
How can I achieve a dashed or dotted border in WPF?

I have a ListViewItem that I am applying a Style to and I would like to put a dotted grey …

wpf styles border listviewitem
Custom button template in WPF

I want to create a simple button template with an image and text inside it. But I want to keep …

wpf custom-controls styles
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 …

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

wpf xaml assemblies styles resourcedictionary
Android - default button style

Question: Where can I find default styles xml with hexadecimal codes of colors? I'm looking for Style 'buttonStyle' and other …

java android button styles
MaterialUI Custom Hover Style

I'm a newbie here to React and I'm a little bit confused on how to override classes in Material UI. …

reactjs styles
How to assign a dynamic resource style in code?

I want to produce in code the equivalent of this in XAML: <TextBlock Text="Title:" Width="{Binding FormLabelColumnWidth}" Style="{…

c# wpf xaml styles code-behind
Grow height of parent div that contains floating nested divs

I can’t seem to auto-grow my parent div’s height based on its floating child divs. All the children …

html css styles