DCSIMG
TreeView - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » TreeView (RSS)

Silverlight in the Mesh and the “Cloud” – Silverlight Mesh Enabled Web Application and Azure Services (Part 4)

Hello, In previous parts ( Part 1 , Part 2 , Part 3 ) we have seen how to create Azure Hosted Service, How to Access Azure Data Services Blob data, how to create SMEWA-like application which uses those services. While creating Silverlight application I’ve faced some problems – I couldn’t use Live Framework along with WebServices which returns non primitive types. Then I solved it by creating and hosting standard (non SMEWA) Silverlight application in the Mesh. This time I want to build “Cloud Store...

Silverlight TreeView and String-To-PathGeometry Converter projects updated to RC0 syntax

I've updated Silverlight TreeView control and with RC0 changes. Both projects has couple community requested changes. For example, TreeView supports DoubleClick and Single click on node and String-To_PathGeometry Converter supports multiple figures in Path string. Latest sources/build could be downloaded from here (TreeView) and here (String-To-PathGeometry Converter). Enjoy, Alex