Improvements have been made to the XAP compression within the Silverlight tools.
Controls
A great number of components are added. Those include:
- Dock Panel
Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
- Wrap Panel
Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.
- Label
Represents the text label for a control.
- View Box
Defines a content decorator that can stretch and scale a single child to fill the available space.
- Auto Complete box
Represents a control that provides a text box for user input and a drop-down that contains possible matches based on the input in the text box.
- Data Grid
Represents a container to display data in row and column manner.
- Tree View
Represents a control that displays hierarchical data in a tree structure that has items that can expand and collapse.
- Expander
Represents a control that displays a header and has a collapsible content window.
- HeaderedItem Control
Represents a control that contains multiple items and has a header.
- HeaderedContent Control
The base class for all controls that contain single content and have a header.
- Data Form
The DataForm serves as a flexible control for displaying data representing a single entity definition. This control enables various methods for display, edit/update and navigation through data. When combined with other controls, DataForm provides a simple method for attaching to data contexts and having a quick or highly customized UI for displaying entity data.
- Data Pager
The DataPager serves as a simple control to provide next/previous and numeric paging capabilities for data sets which implement the IPagedViewCollection interface. When combined with .NET RIA Services (which ObjectDataSource automatically implements this collection), DataPager provides a quick and efficient mechanism for paging data without having to bring entire data sets to the client and page though them there.
- Navigation Framework
A new navigation framework is introduced and implements two controls: Frame and Page. Using this framework you can partition your views into separate XAML files and navigate to each view as simple as you would previously a web page. This framework also integrates with the browser's history journal to provide back/forward capabilities.
- Frame
Represents a content control that supports navigation.
- Page
Encapsulates content that can be navigated to by a web browser or Frame.
- Domain Up Down
Represents a control that enables single value selection from a domain of values through a Spinner and TextBox.
- Time Picker
TimePicker represents a control that allows the user to select a time.
- Accordion
Represents a collection of collapsed and expanded AccordionItem controls.
- Child Window
Provides a window that can be displayed over a parent window and blocks interaction with the parent window.
- Charting Improvements

praval singhPosted Jul 30, 2009, 6:43 AM
Hi, Please suggest me required tools to run silverlight on visual studio team system 2008 version 3.5 thanx [email protected]
praval singhPosted Jul 30, 2009, 6:18 AM
Hi, Please suggest required tools to run silverlight project in visual studio team system 2008 version 3.5 thanx [email protected]