Posts Tagged ‘Toolkits’
27
Oct

Drag Drop on List box

Post a comment » Popularity: 15%

In the latest Silverlight Toolkits Oct 2009 release, a drag and drop feature is added for:

  • List Box
  • Tree View
  • Data Grid
    Data Point Series

Silverlight Tools add Drag Drop

View Demo: New Window
04
Oct

MVVM Light Toolkit

Post a comment » Popularity: 23%

This is an MVVM (Model-View-ViewModel) Silverlight toolkit created by Laurent Bugnion which targets to speed up application development.

Main features:

  • Enhance the code readability and maintainability by separating View from Model.
  • Enable the customization of User Interface with Expression Blend.
  • Enable the messaging capabilities between types.

MVVM Light Toolkit

01
Oct

Data/Input Validation

Post a comment » Popularity: 25%

Shawn Wildermuth explained the how to implement validation in Dataform and UI elements.

Data - Input Validation

23
Sep

Customizing Data From

Post a comment » Popularity: 1%

Vikram Pendse discussed all the details in using the DataForm in Silverlight Toolkits.

His article covered the following area in using DataForm:

  1. Binding the data (OneWay or TwoWay)
  2. Operation methods when saving and editing the data
  3. Form Label
  4. Data validation
  5. Data form navigation control

Customizing-Data-From

22
Sep

Floatable Window Drag and Drop

Post a comment » Popularity: 1%

Michael Washington enhanced Tim Heuer’s Floatable Window with drag and drop feature.

Silverlight-3-Drag-and-Drop

View Demo: New Window
18
Sep

Floatable Window

Post a comment » Popularity: 1%

Tim Heuer extended the ChildWindow in Silverlight 3 Toolkits with Floatable and Modal features. It also retained the template and functionality of what the ChildWindow provides.

Floatable Window