Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No designer support for data binding WPF
Message
De
07/11/2012 03:36:33
 
 
À
06/11/2012 18:47:32
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01556543
Message ID:
01556565
Vues:
48
>>Going through the Jump Start WPF Application - C# in the Mere Mortals .NET Developer's Guide (3.6) I came across this line:
>>
>>"In Visual Studio 2008, there is no designer support for data binding WPF user interface elements. However, you can use the data binding tools in Microsoft's Expression Blend instead (note that WPF data binding support has been added to Visual Studio 2010). We are using Expression Blend 3 in the screen shots below."
>>
>>I don't have Expression Blend and am stuck on VS2008. Is there a workaround for doing this?
>
>Looks like I can enter the code manually which is a bit of a pain, but at the moment I guess it's the best I can do

Given the flexibility of WPF's databinding (binding any DependencyProperty to any object property) it's hard to imagine how a designer interface would be implemented - except for mimicing a basic WinForms approach. Adding to that the three binding modes, validation and, especially, Data Templates then, once you get used to it, writing the XAML directly would probably be the easiest (and certainly the most flexible) anyway.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform