ex-makina / marklight-issues

Public bug and issue tracker for MarkLight
1 stars 0 forks source link

Binding global variable to dynamic list items #28

Open patrik-u opened 8 years ago

patrik-u commented 8 years ago

Verify if this is still an issue. A user reported that when binding a global variable to dynamic list items, e.g:

<List ...>
    <ListItem IsTemplate="True" Text="{VariableOnParent}" />
</List>

If you create and destroy items and then update the global variable an exception is thrown. If this bug is still there it may affect binding to resource dictionaries as well.