| MarkupExtension for Resource Images 16 hours ago by Dean Working with resource images can be a bit cumbersome to anyone new to WPF. One would think that it would be as easy as adding the image to your assembly’s resources and simply reference the newly added image via some quick code like: < Image Width ="48" Height ="48" Source ="NewImage" /> …or, consid ... Insyst Information Systems,... - insystusa.com/Blog |
| Project Rosetta turns into a MIX09 workshop 17 hours ago by Adam Kinney I’m excited to say that the spirit of the Project “Rosetta Stone” Tutorials, which is “using what you know” has become a MIX09 workshop. The workshop is entitled “Shio o Totte: Using What You Know” and the description is as follows: Have you just started working on your first Silverlight project and ... Adam Kinney, Continuum ... - adamkinney.com · Rank: 33,442 · 105 references |
| AttachedCommandBehavior aka ACB 18 hours ago by marlongrech Introduction The WPF Commands are really a cool and powerful tool that really help when you are trying to separate concerns by using patterns such as M-V-VM. If you haven’t had a look at my previous post on the ICommand I suggest that you do that before reading this post. The only thing that I see a ... C# Disciples - marlongrech.wordpress.com · Rank: 20,745 · 27 references |
| WPF Snippet - Synchronizing Selection 1 day ago by The Tallest This is a short snippet on a cool little property for anything that derives from Selector (combo box, list box, etc..) called IsSynchronizedWithCurrentItem. This property allows multiple items controls that are displaying the same collection to maintain the same selection. More » Switch On The Code - blog.paranoidferret.com · Rank: 41,007 · 131 references |
| Making the ScrollViewerThumbnail interactive 1 day ago by Josh Twist In the last post we took the simple ScrollViewer thumbnail and controllerized it. This time, we're going to make it interactive. And, because WPF totally rocks, it's stupidly easy to do. Normally, we'd do lots of mouse capture, remember the original location and the new location to calculate the del ... the Joy of Code - thejoyofcode.com · Rank: 76,062 · 12 references |
| Formulare erstellen mit den XAML Power Toys 1 day ago by Xelluloid Auf knom's developer corner gibt es ein hbsches kleines Tool, mit dem man als Visual Studio Erweiterung eine Möglichkeit der einfachen Erstellung von Formularen bekommt. Es nennt sich XAML Power Toys und sieht recht nett aus. Sicherlich besonders gut fr Leute geeignet, die sich weniger mit WPF ausei ... Xelluloid - root.xelluloid.de/drupal |
| XAML Data Binding Slides and Demos 1 day ago by Ben H Last night I presented at the South Colorado .NET User Group. The discussion started with XAML data binding basics and then went into some more advanced topics. I basically covered how to bind to any back end data source I could think of including the ADO.NET Entity Framework. I also covered some st ... Ben H Blog - benhblog.com |