WPF: looking for list of each control's states and brushes -


Is there a list of all the normal states for each control?

Basically like a list:

button: disable, hover, pressed, selected, focus, etc.

Listbox: Disabled, hover, focus, etc.

I'm looking at Blend and MSDN but I'm not looking for anything. Why i asked

You can use Blend or MSDN documents. Or, if you feel that this is inclined like this, then you can write a script to reflect the controls and prepare a report.

EDIT: Annoyingly, MSDN Docs TemplateVisualStateAttribute for WPF control as they do for Silverlight, so this is not an option in WPF.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -