Browse by Tags
All Tags »
WPF Samples (
RSS)
Rudi and his Attached Property Rudi considered the following options: binding to a collection, Application.Windows (but it was not an ObservableCollection) building a special subclass of Window, but that requires people to use a different item template...
A very cool set of apps that I'm just catching up with now... 1 - a tablet app written in C++ 2 - Silverlight 2 + a c# physics engine 3 - Wii Remote + WPF 4 - Silverlight 2 + data visualization 5 - WPF "mirror" shopping experience ...
I like Nigel's RibbonBar ...put it in XamlPad* and see a working Ribbon. He also discusses the problem confronting developers when they try to do something like drawing a star . Several ways to do it. * - or XamlPad like app - http://robrelyea...
Kevin thinks I hate his mom . Untrue. I just like Kevin's demos... that Karsten posted ...So maybe it is Karsten who should be asked, why do you hate Kevin's mom?
Interesting experiments that Sam is blogging about showing Metabolic Pathway Diagrams . No code or exe yet...
Got a pointer to Brad Cunningham's writeup on WPF "Master Page" like functionality from Adam Calderon . This is a popular ASP.NET feature that many like to enable in WPF. How do you like Brad's approach...please give him...
Ricciolo did a post about a new control that he built that can visualize audio spectrum in WPF . His post has a video of it in action and the source code. Cool stuff!