Top "Styles" questions

DO NOT USE THIS TAG.

Binding custom dependency property to custom WPF style

I have an issue when designing a inherited Expander. My intention is to have a progress bar behind the toggle …

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

wpf .net-3.5 styles
WPF binding to another property's binding in a style

I'm not sure the best way to ask this question (sorry for the ambiguous question title), but essentially I'd like …

wpf xaml data-binding styles valueconverter
Specify width/height as resource in WPF

Is there a way in WPF to specify a width/height as a resource, so that it can be reused …

wpf resources styles resourcedictionary
Difference between declare-styleable and style

I've begun playing around with styles and such in my android applications, and I have gotten everything working so far. …

android styles declare-styleable
Python xlwt : using easyxf to stylize cells when writing bug

I need to stylize certain cells and rows in an xls file I create through my program, but I am …

python styles xlwt
Is there a way to use css in ng-content inside an Angular2 component?

I tried to include css for children element included in a component via ng-content. It seems to be not implemented …

css angular styles angular2-ngcontent
Android - margins specified in custom style not taking effect

I wish to have the default margin for EditText's be 10dp. Therefore, in my styles.xml file I set up …

android styles themes
Setter.TargetName does not work against an element from the BasedOn setting

I have many PathGeometry instances that draw a variety of graphics for different buttons. So I have created a button …

wpf button styles pathgeometry
How to make WPF TreeView style as WinForms TreeView?

WPF default TreeView is very good, I still want it have lines joint each its child element, like Windows Forms …

wpf winforms treeview styles