Browse by Tags
All Tags »
WPF (
RSS)
When I write markup I often need an IValueConverter for a Binding and usually the code implementation is small and easy. So, to resolve this typical need I thought that should be useful include small c# expression into the markup. So I developed a MarkupExtension...
Due many requests for StylesExplorer code I just publishes my project on CodePlex: http://www.codeplex.com/stylesexplorer It contains both library for baml decompilation and the tool . However Rob at pdc spoke about XAML 2009 and there are many new features...
When I develop custom control for WPF that supports theming I need to force the engine to load the right resource instead of my Windows Vista theme. There are some tricks on the web that does is merging the the resources for a specific theme but...
Since the summer I have studied how XAML markup is "compiled" to produce BAML stream included as resource into the .NET assemblies. So, during free time, I have developed an XmlReader implementation that allow to decompile BAML stream and read...
Yes, I know, there already is a TreeListView control in the SDK, but it's simple and it isn't complete, so I developed a my custom control working on .NET Fx 3.0/3.5. It supports template, binding, scrolling and themes (classic, aero, luna). It's...
I like WPF very much and I often prepare some controls for my applications. This time I want to show a simple control extension added to ListBox. Its name is AdvancedListBox that uses custom ListBoxItem and it exposes some properties to know if ListBox...
Hi! this is my first post and I want to begin to tell you about my experiences and experiments regard .NET world. There is a feature that lots of applications and sites miss. I'm talking about the audio spectrum, sometime built by fake bars that don't...