Suppose you have a very simple page where user can add comments to an issue, user can enter plain text and also they can use th HTML tag <b> to render in bold some text. In the example code you can see a very simple implementation (default.aspx). It use a xml file for back end [...]
Binding in WPF is really more powerful respect its counterpart in windows forms. Suppose you have to show this hierarchy of classes in an interface. This is a simple structure where a LogGroup have a collection of LogMessages and each LogMessage has a collection of StackSteps. I have a collection of LogGroup and I need [...]
TextBlock have the possibility to wrap, but sometimes you can get surprised by its behaviour. When I first began to work in WPF I started to use ListView to show complex object, because of the rich possibility to format the output with great flexibility. One day I created this little listview. <ListView x:Name="GroupsView" ItemsSource="{Binding}" > [...]
Continue reading about WPF and wrapping text inside elements of a ListView
Well, in this period I have a little time to spent on this, but I could not resist, With my new 500GB usb disk now I have enough space to work with the virtual machine of the Visual Studio 2010 CTP alk. var dzone_url = ‘http://www.codewrecks.com/blog/index.php/2008/11/07/visual-studio-2010/’;var dzone_title = ‘Visual studio 2010′;var dzone_blurb = ‘Visual studio [...]
My new external usb disk is just arrived, so I begin to move stuff into it……since I’m a great fan of command line tool I fired an XCopy of a really big big folder with really lot of files and the result is E:\Codice Libri\WCF Unleashed\Examples\Windows Communication Foundation Unleashed \ef_Chapter5_and_6_WindowsWorkflowFoundation\WCFUnleashedSamples\Chapter 6\Basic WCFHostedWorkflow\BasicWCFHostedWorkflow\bin\Debug\Interfaces.pdb Insufficient memory whoa…it [...]
