Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding a ComboBox
Message
From
06/04/2009 15:08:23
 
 
To
06/04/2009 11:37:16
Sid Meyers
Omegaware Consulting, Inc.
Minnesota, United States
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Environment versions
Environment:
C# 3.0
OS:
Vista
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01392887
Message ID:
01393528
Views:
41
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform