You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Im trying to to use this for the first time and also new to WPF.
Basically I am binding the ItemsSource value to a list of some class instances I created,
And I for some reason after selecting some options and closing the CheckComboBox, I dont see anything that indicatesmy selections.
The best I could achieve is to show the the path of each option.
We were not able to reproduce the issue you describe using the latest community version (4.6.1). Our test project is available here: 1791. If you are able to modify it to reproduce your issue, please send it back and we will investigate further. Thank you.
Hi Im trying to to use this for the first time and also new to WPF.
Basically I am binding the
ItemsSource
value to a list of some class instances I created,And I for some reason after selecting some options and closing the
CheckComboBox
, I dont see anything that indicatesmy selections.The best I could achieve is to show the the path of each option.
Can somebody help me with this please?
xaml:
The text was updated successfully, but these errors were encountered: