Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding a ComboBox
Message
De
06/04/2009 15:08:23
 
 
À
06/04/2009 11:37:16
Sid Meyers
Omegaware Consulting, Inc.
Minnesota, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Windows Presentation Foundation (WPF)
Versions des environnements
Environment:
C# 3.0
OS:
Vista
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01392887
Message ID:
01393528
Vues:
43
Sounds like you got it handled? If not let me know.

I don't really understand Static vs Dynamic Resources as well as I should, but the general rule of thumb I use, is to use Static (load time) resources unless I really need a Dynamic (run time) one. In your scenario, Static would be the preferred type.

The Static vs Dynamic designation refers to WPF locating the resource, not the nature of the resource itself.

Edit: Without seeing the complete code, it's hard to comment on the rest. It's possible that you inited your arraylist after InitializeComponent(); which would explain the empty list.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform