Click here to Skip to main content
15,917,808 members
Home / Discussions / WPF
   

WPF

 
QuestionGetting the value of Height through OneWayToSource binding Pin
la0123-Aug-10 14:50
la0123-Aug-10 14:50 
AnswerRe: Getting the value of Height through OneWayToSource binding Pin
AspDotNetDev27-Aug-10 11:14
protectorAspDotNetDev27-Aug-10 11:14 
GeneralRe: Getting the value of Height through OneWayToSource binding Pin
la0129-Aug-10 15:24
la0129-Aug-10 15:24 
QuestionHow to cache data at WPF after the application closed? Pin
michalush8522-Aug-10 4:49
michalush8522-Aug-10 4:49 
AnswerRe: How to cache data at WPF after the application closed? Pin
Pete O'Hanlon22-Aug-10 5:04
mvePete O'Hanlon22-Aug-10 5:04 
GeneralRe: How to cache data at WPF after the application closed? Pin
michalush8522-Aug-10 5:18
michalush8522-Aug-10 5:18 
GeneralRe: How to cache data at WPF after the application closed? Pin
Pete O'Hanlon22-Aug-10 5:26
mvePete O'Hanlon22-Aug-10 5:26 
GeneralRe: How to cache data at WPF after the application closed? Pin
michalush8522-Aug-10 20:03
michalush8522-Aug-10 20:03 
GeneralRe: How to cache data at WPF after the application closed? Pin
Pete O'Hanlon22-Aug-10 20:09
mvePete O'Hanlon22-Aug-10 20:09 
GeneralRe: How to cache data at WPF after the application closed? [modified] Pin
michalush8522-Aug-10 20:29
michalush8522-Aug-10 20:29 
GeneralRe: How to cache data at WPF after the application closed? Pin
Pete O'Hanlon22-Aug-10 21:40
mvePete O'Hanlon22-Aug-10 21:40 
GeneralRe: How to cache data at WPF after the application closed? Pin
michalush8522-Aug-10 22:24
michalush8522-Aug-10 22:24 
Questionviewing xml data in wpf [modified] Pin
Sonar8721-Aug-10 20:20
Sonar8721-Aug-10 20:20 
AnswerRe: viewing xml date in wpf Pin
Pete O'Hanlon21-Aug-10 21:03
mvePete O'Hanlon21-Aug-10 21:03 
GeneralRe: viewing xml date in wpf [modified] Pin
Sonar8721-Aug-10 22:46
Sonar8721-Aug-10 22:46 
GeneralRe: viewing xml date in wpf Pin
Pete O'Hanlon22-Aug-10 2:54
mvePete O'Hanlon22-Aug-10 2:54 
QuestionRe: viewing xml data in wpf Pin
Sonar8722-Aug-10 18:09
Sonar8722-Aug-10 18:09 
AnswerRe: viewing xml data in wpf Pin
Pete O'Hanlon22-Aug-10 20:08
mvePete O'Hanlon22-Aug-10 20:08 
QuestionOpenFileDialog in SilverLight Pin
yogesh_kumar_agarwal20-Aug-10 22:10
yogesh_kumar_agarwal20-Aug-10 22:10 
AnswerRe: OpenFileDialog in SilverLight Pin
Pete O'Hanlon21-Aug-10 9:21
mvePete O'Hanlon21-Aug-10 9:21 
QuestionUpdating Observable collection with combo box inside a user control Pin
dashingsidds20-Aug-10 17:51
dashingsidds20-Aug-10 17:51 
AnswerRe: Updating Observable collection with combo box inside a user control Pin
Kunal Chowdhury «IN»20-Aug-10 18:12
professionalKunal Chowdhury «IN»20-Aug-10 18:12 
Hi Samar,

From the first look of your query I will suggest you to use "DataBinding" for the ComboBox. As you are using ObservableCollection, you don't have to explicitly fire the refresh event. Once data changed in collection it will refresh implicitly. Next thing is, use Mode=TwoWay while binding to the properties inside your combobox. Use a DataTemplate to create your specific template. It will be easy for you to bind the values.

Have a look & get back to me if any issues.


Don't forget to Click on [Vote] and [Good Answer] on the posts that helped you.


Regards - Kunal Chowdhury | Software Developer | Chennai | India | My Blog | My Tweets | Silverlight Tutorial

QuestionData Binding Controls/Indicators in Two Windows Pin
alleyes20-Aug-10 15:40
professionalalleyes20-Aug-10 15:40 
QuestionEmpty object when deserializing with DataContractSerializer Pin
95ulisse20-Aug-10 13:42
95ulisse20-Aug-10 13:42 
QuestionSilverlight DeepZoom Pin
faton.arifi20-Aug-10 2:21
faton.arifi20-Aug-10 2:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.