I need a WPF ComboBox control that uses a most recently used list of items
I need a WPF ComboBox control that uses a most recently used list of items.开发者_如何学Python I want to store file paths the user enters in one combobox. In another combobox I want to store any text the user entered. The combobox should allow me to keep track and store of the last twenty items or so
精彩评论