Feed on
Posts
Comments

Posts Tagged ‘ComboBox’

Silverlight - ComboBox

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 »

Styling ComboBox- part 2

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 »

Styling ComboBox- part 1

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 »