how to extend wpf combo box to bind data?

Posted by Shaihan on Stack Overflow See other posts from Stack Overflow or by Shaihan
Published on 2010-03-23T05:03:57Z Indexed on 2010/03/23 5:53 UTC
Read the original article Hit count: 323

Filed under:
|
|

i need to bind a collection of objects to a combo box which i can use in different forms. so i want create a custom control which binds the collection to the combo box? how t do it by extending combo box? also how can i define the ItemData template?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about combobox