Silverlight Elements now available for preview
We’re pleased to announce a technical preview release of our Silverlight Elements suite, a pack of controls for Microsoft’s Silverlight Rich Internet Application platform. Silverlight is becoming an increasingly popular solution for building business applications as well as graphically rich media-oriented applications, and Silverlight Elements builds on that.
The Silverlight Elements suite includes six main controls:
CoverFlow
CoverFlow provides an animated, pseudo-3D selection control in which elements “flow” across the screen around a focal selected element. It makes an attractive alternative to conventional list controls for rich media applications, allowing users to quickly browse a gallery of images or even interactive components.
ListView and MulticolumnTreeView
Silverlight doesn’t have multicolumn controls like the ListView built in, but they’re really handy for displaying tabular data in a less heavyweight form than a full-on data grid. In addition, we know a lot of people need to be able to display tabular information against hierarchical data, so we’ve also provided a MulticolumnTreeView (or “tree list view”).
Scheduler
Time-based display is a common requirement for business applications. The Scheduler control supports displaying items in a similar way to the Outlook calendar, with options for daily, weekly and monthly summary views. Use it for appointments, bookings, task management, equipment utilisation or whatever your time-based requirement is.
RichTextEditor
The Silverlight Elements RichTextEditor supports the most common HTML editing requirements and is suitable for rich text notes, forums-type software, etc.
ColorPicker
The last control in the suite is a compact selection tool for colours. Users can choose from standard colours, including an attractive Office-style palette or a custom palette, or mix their own. There’s also a PaletteColorPicker for when you want to keep users to a specific set of “theme” colours.
Where can I get it?
Silverlight Elements is currently available in preview form to all customers. The components are currently of beta quality so please let us know when you run into bugs or if you have ideas about how things could be made easier or more convenient. The preview is free to all existing customers, so jump into the store and give it a spin!
5 Responses to “Silverlight Elements now available for preview”
Leave a Reply
![]()
BrainDump (1)
Community Code (1)
Events (6)
General (31)
Lab Samples (2)
LightSpeed (132)
MegaPack (3)
News (48)
Products (64)
Projects (4)
Screencast (6)
SharePoint (1)
Silverlight (5)
Silverlight Elements (12)
SimpleDB Management Tools (11)
Visual Studio (4)
VS File Explorer (5)
WPF (31)
WPF Diagramming (14)
WPF Elements (22)
WPF Property Grid (24)
![]()
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007



Tagged as 





Posted by Ivan Towlson on 28 February 2010



Would love to try out but following the link doesn’t give me a download option – am I missing something?
Hi Tokes, thanks for the comment. You need to be an existing customer to be able to download Silverlight Elements Beta.
Any plans for a RichtextEditor for WPF Elements?
David, we don’t have any immediate plans for a RichTextEditor for WPF Elements because WPF already has the RichTextBox built in — though it’s true that doesn’t support HTML export. Let us know what scenarios you have that aren’t supported by the WPF RichTextEditor and we’ll take a look!
Ivan, the main things I am looking for in a WPF RichTextEditor is the toolbar! The RichTextEditor does handle all that I need, however there is no provision for the toolbar to interact with the text. I understand that I can write this functionality but if there were a component that I could just plug in that provided the rich editing features it would allow me to concentrate on the actual application I’m trying to write. Essentially I guess that I’m looking for the ability to embed WordPad type editing in my application. I have now found an open source project that does pretty much what I want but it does not seem to be active (http://wpfricheditorlibrary.codeplex.com)