Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

New Post: checkboxcombo checked box late rendering

$
0
0
I have a checkboxcombo bound to a comma delimited string as follows:
<xc:CheckComboBox  x:Name="_checkComboBox" Margin="5"
             SelectedValue="{Binding SelectedCollectionCodesString}"
             Delimiter=","                                                            
             DisplayMemberPath="Description"     
             ItemsSource="{Binding CollectionCodes}"
             ValueMemberPath="ID"
             IsDropDownOpen="false"
            MaxDropDownHeight="200"/>
The binding works. The comma separated Descriptions appear and the SelectedValue is correctly updated (as comma separated IDs). But the last item selected does not have a checked checkbox unless another item is subsequently selected. Is there a way to fix this behavior?

Viewing all articles
Browse latest Browse all 2157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>