Nach Ordnungsbegriffen durchsuchen

Kick it like Beckham with WPF Animations
21 Februar 08 08:31 | .NET Rocker » TrivadisContent
I’m just finishing the Animation-Chapter of my German-speaking WPF book (WPF-Buch erscheint im Juni 2008). I had a hard time to find a good idea how to show the reader animations in a really "non-boring", but easy way. And I think I’ve...
Abgelegt unter: , , , ,
Bind to methods with ObjectDataProvider
10 Januar 08 08:08 | .NET Rocker » TrivadisContent
Two classes inherit from DataSourceProvider. XmlDataProvider and ObjectDataProvider. ObjectDataProvider wraps an object and allows you to bind to the wrapped object in XAML. The ObjectDataProvider has a ConstructorParameters-Property for creating an object...
Abgelegt unter: , ,
Working with the XmlDataProvider
07 Januar 08 12:17 | .NET Rocker » TrivadisContent
The XmlDataProvider class enables Binding to XML inside XAML. This will allow you to bind e.g. to the rss feed of a blog like http://www.thomasclaudiushuber.com/blog/feed/, cause rss is simple XML. A XmlDataProvider-Element is declared as a logic resource...
Abgelegt unter: , , , ,
C# 3.0 and WPF’s ListView
12 Dezember 07 10:31 | WPF, XAML, .NET, C# and more » TrivadisContent
In many applications you want to fill up a ListView or a GridView with some data. In WPF applications you set the View-Property of the ListView to a GridView to show the data nicely in columns. In most cases you have an entity class (think of it as a...
Abgelegt unter: , , ,