writes about F#, WPF, async, and the like.
I was working on a project that required calculating nice ranges for chart axes. I found a useful discussion here.
Here is what I used in C# and so far it is working adequately.
Read more...I needed a menu docked to the bottom of an application's window. Docking to the bottom of the window is no problem. However, it did not work well, because by default, WPF menus drop down. I needed it to drop up.
Read more...