Sign In
Delay's Blog
Silverlight, WPF, Windows Phone, Web Platform, .NET, and more...
Tags
AJAX Control Toolkit
Development Tips
MEF
Miscellaneous
Silverlight
Silverlight Toolkit
Technical
TextAnalysisTool
Utilities
Web Platform
Windows Phone
Windows Phone Toolkit
WPF
WPF Toolkit
Browse by Tags
MSDN Blogs
>
Delay's Blog
>
All Tags
>
silverlight toolkit
Tagged Content List
Blog Post:
"If I have seen further, it is by standing on the shoulders of giants" [An alternate implementation of HTTP gzip decompression for Windows Phone]
David Anson
The HTTP protocol supports data compression of network traffic via the Content-Encoding header . Compressing network traffic is beneficial because it reduces the amount of data that needs to be transmitted over the network - and sending fewer bytes obviously takes less time! The tradeoff is that it takes...
on
19 Apr 2012
Blog Post:
ListPicker? I hardly even know 'er! [A detailed overview of the Windows Phone Toolkit's ListPicker control]
David Anson
In yesterday's post, I announced the second release of the Silverlight for Windows Phone Toolkit and gave an overview of the four new controls it includes. (For a discussion of the controls in the original Windows Phone Toolkit, please see my announcement for that release .) In today's post, I want to...
on
3 Nov 2010
Blog Post:
Mo controls, mo controls, mo controls... [Announcing the second release of the Silverlight for Windows Phone Toolkit!]
David Anson
I'm happy to report that we've just published the Silverlight for Windows Phone Toolkit November 2010 release ! This is the second iteration of the Windows Phone Toolkit and effectively doubles the number of controls we've created to help developers and designers build more compelling, more platform...
on
2 Nov 2010
Blog Post:
Pining for Windows Phone 7 controls? We got ya covered! [Announcing the first release of the Silverlight for Windows Phone Toolkit!]
David Anson
Today marks the official release of the Windows Phone Developer Tools . This free download enables anyone to create .NET applications for the Windows Phone 7 platform using the Silverlight framework (for traditional applications) or the XNA framework (for games). The Windows Phone 7 application development...
on
16 Sep 2010
Blog Post:
Your phone can turn into a robot [LayoutTransformer works great on the Windows Phone platform]
David Anson
The WPF platform offers RenderTransform and LayoutTransform . Silverlight - being considerably smaller and a bit simpler - has only RenderTransform . Which is usually enough - except when it's not! :) So I wrote LayoutTransformControl a while back in order to bring LayoutTransform to the Silverlight...
on
26 Aug 2010
Blog Post:
My new home page, rejuvenated [Updated collection of great Silverlight/WPF/Windows Phone Data Visualization resources!]
David Anson
It's been a few months since I posted my previous collection of Silverlight/WPF Charting links . In the meantime, the April 2010 release of the Silverlight Toolkit was published with support for stacked series and significant performance improvements ! And Windows Phone 7 has been steadily building momentum...
on
11 Aug 2010
Blog Post:
Why didn't I think of that in the first place? [Windows Phone 7 Charting example updated to include reusable, platform-consistent Style and Templates]
David Anson
I've previously blogged about how to get the Data Visualization assembly from the Silverlight Toolkit / WPF Toolkit working on Windows Phone. It's quite simple with my Data Visualization Development Release 4 and the Windows Phone Developer Tools Beta because it's now as easy as adding a reference to...
on
4 Aug 2010
Blog Post:
New phone bits, same pretty charts [Upgraded my Windows Phone 7 Charting example for the Windows Phone Developer Tools Beta]
David Anson
The recent release of the Windows Phone Developer Tools Beta introduces a variety of notable changes to the Windows Phone platform and I've been meaning to update my Data Visualization on Windows Phone sample so I could continue to refer people to it for educational purposes. ( Just like I did when the...
on
23 Jul 2010
Blog Post:
Banana SplitButton [A WPF-specific fix for SplitButton and some code analysis improvements for the Silverlight version, too]
David Anson
I've previously written that one of my ContextMenu test cases for the April '10 release of the Silverlight Toolkit was to implement a quick "split button" control for Silverlight using Button and ContextMenu . Though it wasn't my goal to build a general-purpose control for widespread use, there's been...
on
6 Jul 2010
Blog Post:
SplitButtoning hairs [Two fixes for my Silverlight SplitButton/MenuButton implementation - and true WPF support]
David Anson
One of my ContextMenu test cases for the April '10 release of the Silverlight Toolkit ( click here for the full write-up ) was to implement a quick "split button" control for Silverlight using Button and ContextMenu . In that post, I cautioned that my goal at the time was to do some scenario testing...
on
11 Jun 2010
Blog Post:
Please rate your dining experience [How to: Show text labels on a numeric axis with Silverlight/WPF Toolkit Charting]
David Anson
A customer contacted me a few days ago asking how to display text labels on a NumericAxis . (Whereas CategoryAxis makes it easy to use text labels for the in dependent axis, this request was about text labels on the d ependent axis.) It's a bit of an unusual request (I spent a minute just now and don...
on
2 Jun 2010
Blog Post:
We've secretly changed this control's DataContext - let's see if it notices! [Workaround for a Silverlight data binding bug affecting various scenarios - including DataGrid+ContextMenu]
David Anson
I was contacted by Simon Weaver via Twitter about a problem where the Bindings for MenuItem s of a ContextMenu on a DataGrid were acting as though they were associated with a different row than they really were. This seemed pretty weird until Yifung Lin , one of the original DataGrid developers, suggested...
on
11 May 2010
Blog Post:
The joys of being an early adopter... [Upgraded my Windows Phone 7 Charting example to go with the April Developer Tools Refresh]
David Anson
Last week saw the release of the Windows Phone Developer Tools CTP - April Refresh , a free set of tools and an emulator that lets everyone get started writing Windows Phone 7 applications. Not only is the application platform for Windows Phone 7 based on the same Silverlight framework many of us already...
on
5 May 2010
Blog Post:
The one that got away [Simple workarounds for a visual problem when toggling a ContextMenu MenuItem's IsEnabled property directly]
David Anson
A few days ago, Martin Naughton and Tiago Halm de Carvalho e Branco independently contacted me to report a problem they were having with the new ContextMenu control in the April '10 release of the Silverlight Toolkit . In both cases, they were toggling the IsEnabled property of a MenuItem directly and...
on
4 May 2010
Blog Post:
Nobody likes a show-off [Today's DataVisualizationDemos release includes new demos showing off stacked series behavior]
David Anson
My DataVisualizationDemos application is a collection of nearly all the Data Visualization samples I've posted to my blog. And just like the Data Visualization assembly ( get Silverlight/WPF Data Visualization Development Release 4 here! ), the demo application runs on Silverlight 3 , Silverlight 4 ...
on
22 Apr 2010
Blog Post:
Phone-y charts [Silverlight/WPF Data Visualization Development Release 4 and Windows Phone 7 Charting sample!]
David Anson
The April '10 release of the Silverlight Toolkit brought stacked series support to the Data Visualization assembly on the Silverlight 4 platform! You can read an overview here and get a detailed description here . Almost simultaneously, the WPF team released WPF 4 as part of .NET 4 and Visual Studio...
on
20 Apr 2010
Blog Post:
Developer test case, customer win! [Using ContextMenu to implement SplitButton and MenuButton for Silverlight (or WPF)]
David Anson
A great way to test a new control is to make use of it in a real-world scenario. So one of the things I did just before we published the April '10 release of the Silverlight Toolkit ( click here for my full write-up ) was to take the ContextMenu code I'd written out for a little test drive. One of my...
on
19 Apr 2010
Blog Post:
The one with all the goofy heading names [Detailed information about the Silverlight Toolkit's new stacked series support]
David Anson
Yesterday's publication of the April '10 release of the Silverlight Toolkit includes a bunch of new functionality. If you haven't read my release notes post , now might be a good time to do so... Okay, thanks. :) I intentionally didn't go into much detail about the improvements to the Data Visualization...
on
16 Apr 2010
Blog Post:
Alive and kickin' [New Silverlight 4 Toolkit released with today's Silverlight 4 RTW!]
David Anson
The Silverlight team released Silverlight 4 today and it includes a variety of compelling new features and great improvements for all kinds of scenarios. You can learn more about the new platform hotness in the Silverlight 4 Technical Feature Overview . Congratulations to the team on another great...
on
15 Apr 2010
Blog Post:
My new home page, refreshed [Updated collection of great Silverlight/WPF Data Visualization resources!]
David Anson
Some great content has been published since I posted my previous collection of Silverlight/WPF Charting links . What's more, the November 2009 release of the Silverlight Toolkit and the February 2010 release of the WPF Toolkit have both been released, so please have a look at them if you haven't already...
on
9 Mar 2010
Blog Post:
Turn your head and check out this post [How to: Easily rotate the axis labels of a Silverlight/WPF Toolkit chart]
David Anson
When someone asked me how to rotate the axis labels of a chart from the Data Visualization package of the Silverlight Toolkit / WPF Toolkit earlier today, I realized it was time for a quick blog post. Because when I've answered a question two or three times, it's usually a pretty good sign that I'll...
on
6 Mar 2010
Blog Post:
Highlighting a "weak" contribution [Enhancements make preventing memory leaks with WeakEventListener even easier!]
David Anson
It was back in March of last year that I explained the motivation for the WeakEventListener class I'd started using in the Silverlight Toolkit 's Data Visualization assembly. Since then, a few other Toolkit controls have added WeakEventListener where necessary - but otherwise not much has changed......
on
25 Feb 2010
Blog Post:
This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]
David Anson
The WPF Toolkit team has just published the February 2010 release of the WPF Toolkit ! In addition to a variety of bug fixes for DataGrid , DatePicker , Calendar , and Visual State Manager , this release also includes the latest changes to the Data Visualization assembly for Silverlight and WPF , bringing...
on
22 Feb 2010
Blog Post:
No trees were harmed in the making of this blog post [How to: Successfully print a Chart with the Silverlight 4 Beta]
David Anson
One of the big requests people have had for Silverlight was the ability to print, so one thing that's new in the Silverlight 4 Beta is the PrintDocument class which enables applications to print anything they want! There isn't an excess of fancy bells and whistles quite yet, but the support Silverlight...
on
18 Feb 2010
Blog Post:
This one time, at band camp... [A banded StackPanel implementation for Silverlight and WPF!]
David Anson
Recently, I came across this article in the Expression Newsletter showing how to create a three-column ListBox . In it, Victor Gaudioso shows a Blend -only technique for creating a Silverlight/WPF ListBox with three columns. [And I award him extra credit for using the Silverlight Toolkit to do so! :...
on
11 Feb 2010
Page 1 of 3 (72 items)
1
2
3