I would like to know what difference is between triggers and visualStateManager. I am templating ComboBox and on the official MSDN sites (http://msdn.microsoft.com/en-us/library/ms752094.aspx) they are using VisualStateManager for changing colors of selected comboboxitem. But the same you can do with triggers.
Is there some differences between?? For example VisualStateManager will be "quicklier" or i dont know. And i would like to know what is better to use.
I am noob in templating and i dont understand it too much, so what i can use right now is triggers (that i understand), but VisualStateManager and some storyboards are big unknow for me right now.