sano the super geekthe endeavors of a professional geek at microsoft.Wrapping text in DataGrid cells- July 14, 2005 One of the most common questions I've been asked in recent weeks has been in regards to creating a data grid column style that supports text wrapping. It's really unfortunate that the DataGrid control does not provide this type of functionality, and even more that achieving a such effect is such a daunting task that requires a thorough comprehension of the control's rendering infrastructure. Since this was a requirement for one of the tools that I'm currently working on, I had no...http://blogs.msdn.com/csano/archive/2005/07/14/438738.aspx ColorPicker.NET v0.1.1- July 14, 2005 I had a few cycles today so I spent some time fixing some bugs in ColorPicker.NET.http://blogs.msdn.com/csano/archive/2005/07/13/438637.aspx Transcripts for MSDN Designing .NET Class Libraries- July 12, 2005 The transcripts for the MSDN Designing .NET Class Libraries class that Brad Abrams coordinated a few months back have finally been posted.http://blogs.msdn.com/csano/archive/2005/07/11/437762.aspx What the heck is this <UICulture> error and how do I fix it- July 10, 2005 If you've frustratingly encountered the "<UICulture> should be set in the project file in order to support the following markup files that use types defined in this project" error message in Avalon, Tim Sneath has come to the rescue with a temporary workaround for Beta RC1.http://blogs.msdn.com/csano/archive/2005/07/10/437220.aspx Emulating the OSX taskbar in Avalon- July 6, 2005 Amir Khella shows how easy it is to create stunning visual effects in Avalon in his Playing Around with Avalon's Grid entry. Amazing!http://blogs.msdn.com/csano/archive/2005/07/05/435905.aspx Strings in .NET v2.0- July 1, 2005 I just came across David Fetterman's article on MSDN covering the new recommendations for using strings in .NET v2.0. It's definitely worth a quick read.http://blogs.msdn.com/csano/archive/2005/07/01/434572.aspx |