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

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -