Multiline editable combo in WPF
Today I am going to share a interesting learning experience that I had about editable combo box. In one of my project we have a requirement that all editable text need to support multi-line support. very easy stuff. Just set IsEditable property of combo box to "true".
1: <ComboBox x...
[More]