Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: CheckComboBox Not Displaying Checks

$
0
0
Nevermind...

I needed to define an IsSelected property like:
public class SelectableOption
        {
            public string Display { get; set; }
            public string Value { get; set; }
            public bool IsSelected {get;set}
        }
...and instead of using the SelectedItemsOverride use the SelectedMemberPath="IsSelected"

Viewing all articles
Browse latest Browse all 4964

Trending Articles



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