Introduction
When we talk about rich internet application and have in mind that we can use Silverlight, we are able to make really good-looking applications full of animation and other effects. However, we have only Silverlight 2.0 beta with which not everything is ready to be used – for example triggers.
Here, I will demonstrate how to apply some animations on the ListBox items when loading, selecting and unselecting them.
Overview
ListBox control comes with the last Silverlight beta and it is used to display items and allow the user to select one or more of them (currently multyselection is not supported).