This question is locked. New answers and comments are not allowed.
Hi..
I have a childwindow - when I call IsDropDownOpen the app crashes...
Here is my code... Any ideas? thanks again
I have a childwindow - when I call IsDropDownOpen the app crashes...
Here is my code... Any ideas? thanks again
public Assign( List<CLASSIFICATION> _lstClassification)
{
InitializeComponent();
this.cmbTopic.ItemsSource = this.lstClassification;
this.cmbTopic.IsDropDownOpen = true;