Browse by Tags
All Tags »
WPF (
RSS)
The ability to create a living, breathing, document right inside a WPF UI is pretty incredible to me. Even after working with it for the last year or so, I am still impressed by the power of this largely forgotten feature of WPF. One thing to remember...
So, I had a need to implement a TextBox in WPF with auto filtering functionality. For example the initial requests were to limit a TextBox to numeric characters only. This was simple enough. Handle the PreviewTextInput Event and only allow numeric characters...
Found this a while back and to search for it all over again to set up a new IDE. That’s one time too many. How to change your default xaml file editor in Visual Studio and save yourself lots o’ pain. http://weblogs.asp.net/fmarguerie/archive/2009/01/29...
More Posts