Posts

Posts mit dem Label "Customization" werden angezeigt.

Something very much like a PropertyGrid!

I've been working on a WPF Toolkit for my pastime project CrystalWars tonight, when I stumbled upon this lovely implementation of a PropertyGrid in WPF . At first sight, and working with basic data types only, it works very smoothly. I'll have to dive into the custom section in the next few days nights. The tutorial looks pretty telling to me.

Getting the Crisp back into your WPF Apps

Bild
WPF has a lot of advantages, it's perfectly sane data binding mechanism being one of the most outstanding ones.On the flipside, many people (meaning companies, mostly) have refused to switch from WinForms to WPF because of the "blurry" looks of applications written in WPF. This blurryness goes back to two mechanisms: 1)Text Smoothing Instead of relying on the system's ClearType mechanism, WPF does it's own thing-a-magic, which is blatantly inferior to the aforesaid. In fact, WPF smoothed fonts are a definite way to headaches, if read for some time. Note : The image is from a website that compares various Microsoft.Net Font-Smoothing implementations. They might be useful to integrate text in images, though.For business applications (displaying data grids etc.) this is a K.O. criterion. Nobody wants to have to take their glasses off in order to achieve readability, and nobody wants their software deployed along with a pack of aspirins. 2)SubPix...

Eye-Friendly Visual Studio ColorScheme (using ReSharper)

Bild
Although seeming a bit too colourful, this ColorScheme is a lot more relaxing for the eyes. I noticed a drastic change of stress on my eyes after switching to it. You need JetBrains ReSharper to be able to use this ColorScheme. - Download Link -