It's turned out to be a known issue fixed in NETCF V2.
In CF V1 all list controls (except for DataGrid) would ignore list changed
events from DataSource.
There's no good workaround, sorry. You might be able to extend ComboBox
class and override SetItemCore(int index, object value), but this is quite
messy.
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/...ramework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"Markward" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Ohh Sorry,
>
> I mixed up the names. Of course I am binding to a ListBox-Component.
>
> Sry
>