Here is sample implementation of ComboBox in silverlight. it has the basic functionality. Ideally a Popup Control should be used in the controltemplate of the combobox. For some reason, it was not working when ItemsPresenter is added to Popup, will look into it
you can download the source here
Read Full Post »
Posted in WPF, tagged ComboBox, WPF on March 1, 2008 | No Comments »
Here is a sample to display multiple columns which are resizable, like in gridview in the panel of the combobox
Attached is a sample(change .doc to .zip)
comboboxsample1.doc
Read Full Post »
Posted in WPF, tagged ComboBox, WPF on February 28, 2008 | 3 Comments »
if we want to change the text that is displayed when user selects an item in the combobox, we have to change the ContentTemplate of the ContentPresenter in the Combobox Template
Attached is a sample(change .doc to .zip), which allows you to specify the template to be applied in the Tag property
comboboxsample2.doc
(update: added a thumb to [...]
Read Full Post »