Control Styles and Templates
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Silverlight uses default styles and templates for several controls. You can copy these styles and templates into your project and modify them in order to customize control behavior and appearance. For more information, see Customizing the Appearance of an Existing Control by Using a ControlTemplate.
In This Section
AutoCompleteBox Styles and Templates
Shows the default style and template for the AutoCompleteBox control.Button Styles and Templates
Shows the default style and template for the Button control.Calendar Styles and Templates
Shows the default style and template for the Calendar control.CheckBox Styles and Templates
Shows the default style and template for the CheckBox control.ChildWindow Styles and Templates
Shows the default style and template for the ChildWindow control.ComboBox Styles and Templates
Shows the default style and template for the ComboBox control.ContentControl Styles and Templates
Shows the default style and template for the ContentControl control.DataGrid Styles and Templates
Shows the default style and template for the DataGrid control.DataPager Styles and Templates
Shows the default style and template for the DataPager control.DatePicker Styles and Templates
Shows the default style and template for the DatePicker control.DescriptionViewer Styles and Templates
Shows the default style and template for the DescriptionViewer control.GridSplitter Styles and Templates
Shows the default style and template for the GridSplitter control.HeaderedItemsControl Styles and Templates
Shows the default style and template for the HeaderedItemsControl control.HyperlinkButton Styles and Templates
Shows the default style and template for the HyperlinkButton control.Label Styles and Templates
Shows the default style and template for the Label control.ListBox Styles and Templates
Shows the default style and template for the ListBox control.PasswordBox Styles and Templates
Shows the default style and template for the PasswordBox control.ProgressBar Styles and Templates
Shows the default style and template for the ProgressBar control.RadioButton Styles and Templates
Shows the default style and template for the RadioButton control.RepeatButton Styles and Templates
Shows the default style and template for the RepeatButton control.RichTextBox Styles and Templates
Shows the default style and template for the RichTextBox control.ScrollBar Styles and Templates
Shows the default style and template for the ScrollBar control.ScrollViewer Styles and Templates
Shows the default style and template for the ScrollViewer control.Slider Styles and Templates
Shows the default style and template for the Slider control.TabControl Styles and Templates
Shows the default style and template for the TabControl control.TextBox Styles and Templates
Shows the default style and template for the TextBox control.ToggleButton Styles and Templates
Shows the default style and template for the ToggleButton control.ToolTip Styles and Templates
Shows the default style and template for the ToolTip control.TreeView Styles and Templates
Shows the default style and template for the TreeView control.ValidationSummary Styles and Templates
Shows the default style and template for the ValidationSummary control.
Related Sections
Control Customization
Describes in detail the styling and templating of controls.Customizing the Appearance of an Existing Control by Using a ControlTemplate
Describes how to use the ControlTemplate class to specify the visual structure and visual behavior of a control.