C#, MVVM

Cinch news

If you use my Cinch MVVM framework I have some news. I have just down a new update to improve several areas, and have also added some extra helper classes. Here is a breakdown of what has been added/changed 1. Resynced with MefedMVVM version 75221 2. Added GenericRule class, which means no more casting inside […]

CodeProject, WPF

WPF : Circular Progress Bar

Ever wanted a slightly different progress bar from the standard WPF Progress bar which looks like the following (IsIndeterminate is like the WinForms Marquee enum value) : 1: <ProgressBar VerticalAlignment=”Top” 2: Height=”22″ IsIndeterminate=”True”/> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { […]