Top "Styles" questions

DO NOT USE THIS TAG.

CSS not working with DOMPDF

I am using DOMPDF (v 0.5.2) to convert an html page to a pdf file. The pdf file appears after the …

php css styles stylesheet dompdf
Why can't I style a DataGridTextColumn?

I tried to create a Style for DataGridTextColumn with the following code <Style TargetType="{x:Type DataGridTextColumn}"> ... </…

wpf datagrid styles
Is there a way to style Picker component for React Native and make its height smaller?

I wanted to use the Picker component in my React Native application, but it takes up too much height of …

javascript react-native styles picker
WPF - TabItem Background color changes when tabitem selected or hover over

I set the Background color of the tabitem in the xaml to RED, but when i run it and hover …

wpf wpf-controls styles tabcontrol tabitem
TextBlock style triggers

I would like to combine the DisplayNames from two different ViewModels, but only IF the first is not equal to …

wpf xaml mvvm styles datatrigger
How to change the default disabled EditText's style?

It isn't looking nice when using EditText enabled="false". How can I change it automatically for all of the controls? …

android styles android-edittext default
WPF Xaml Custom Styling Selected Item Style in a ListBox

I have a ListBox that scrolls images horizontally. I have the following XAML I used blend to create it. It …

wpf listbox styles selecteditem
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 …

c# wpf silverlight styles errortemplate
Set style for all textblocks in a stack panel

Let's say I have two different, distinct stack panels (we'll call them SPA and SPB), each with 10 textblocks as child …

wpf xaml styles
Overriding referenced style attributes

After reading through References To Theme Attributes I am trying to reference the value of an attribute in the my …

android styles themes overriding checkedtextview