Friday, June 12, 2009

Tab Control Control In Silverlight

•Forms TabControl displays multiple tabs, like dividers in a notebook.
•The tabs can contain pictures and other controls.
To add TabControl
•drag a TabControl from the Toolbox to your XAML file inside the Grid tag

•following code sets the height, font, font size, and background color of the tab control.


Adding Tab Items

The tag represents a tab item.
•The Header property of TabItem represents the header text of the header

No comments:

Post a Comment