DCSIMG
CodePlex - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » CodePlex (RSS)

Silverlight 3: Hebrew and Arabic Support

Since I’m constantly getting many questions about Hebrew and Arabic support and also huge amount of requests to provide/support it, I’ve updated the SilverlightRTL project at codeplex to support Silverlight 3. The project homepage here . Latest release for Silverlight 3 RTW is here .   The updated source also includes sample application to demonstrate Bidi controls usage and comparison with standard core controls with Hebrew and Arabic:     Enjoy, Alex

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

Silverlight TreeView Control

I've created new Silverlight Control - this time it is TreeView control. This time TeeView Templatable & Stylable, supports TreeNodes Drag and Drop. Still not support DataBinding. All binaries, sources and samples at Codeplex . Comments/suggestions is welcome. Enjoy, Alex

Path.Data Dependency Property Initialization from String - Take 2

Day or to ago, I've blogged how to initialize Path.Data property in Silvelright 2 Beta 2 from string. In this post I've mention, that probably the best and the right way to do it is develop functionality similar to WPF's PathFigureCollectionConverter object. Now it exists: the porting of PathFigureCollectionConverter functionality for Silverlight 2 Beta 2 in my CodePlex project . Here is usage sample (just add reference to your project): XAML < Path x:Name ="path" Canvas...