Browse by Tags

All Tags » Silverlight (RSS)
In Silverlight, there are a variety of ways to target elements in Silverlight. For instance, if we want to change the color of a border, we can target it this way: <Button x:Name="ContactButton" Content="Contact Us"> <Button...
Posted by bmains | with no comments
Filed under: ,
The Silverlight ListBox control is a pretty flexible control. Even though the out-of-the-box ListBox control isn't anything special necessarily, the control does give you a lot of power due to the nature of Silverlight and the ability to override...
Posted by bmains | with no comments
Filed under:
To setup an example, suppose this was an accordion being bound data to: <mcl:Accordion x:Name="BoundAccordion"> <mcl:Accordion.HeaderTemplate> <DataTemplate> <TextBlock Text="{Binding Title}" /> </DataTemplate>...
Posted by bmains | with no comments
Filed under: