C
commanderjason
I am converting a .net winforms app to wpf
I make use of the System.Windows.Forms.ComboBox.FindString but am
unable to find anything that accomplishes that in the
System.Windows.Controls.ComboBox
Currently I have to iterate through each item and check them manually.
I'm thinking there must be a better way, but the msdn docs seem to
fall short of addressing this issue.
Any suggestions are appreciated - thx
I make use of the System.Windows.Forms.ComboBox.FindString but am
unable to find anything that accomplishes that in the
System.Windows.Controls.ComboBox
Currently I have to iterate through each item and check them manually.
I'm thinking there must be a better way, but the msdn docs seem to
fall short of addressing this issue.
Any suggestions are appreciated - thx