Changing Itemtemplate to show details in when selected
Posted in Silverlight, tagged ContentPresenter, Itemtemplate, ListBox on May 11, 2008 | No Comments »
There are places in which we want to show the details of an Item(ex. listboxitem) when it selected. As it is not easy to get the actual item(listbox item), we have to add some code to get a handle to the control when the controls are getting loaded
lets say we have this XAML
<UserControl x:Class=”SilverlightApplication10.Page”
xmlns=”http://schemas.microsoft.com/client/2007“
[...]