Click here to Skip to main content
15,920,217 members
Home / Discussions / WPF
   

WPF

 
QuestionBinding a Text Box to Data Context Pin
StyleGuide10-Mar-10 0:06
StyleGuide10-Mar-10 0:06 
QuestionTextBolck move using up & down arrow?? Pin
urooj_mahmood9-Mar-10 19:51
urooj_mahmood9-Mar-10 19:51 
AnswerRe: TextBolck move using up & down arrow?? Pin
Abhinav S14-Mar-10 21:05
Abhinav S14-Mar-10 21:05 
GeneralRe: TextBolck move using up & down arrow?? Pin
urooj_mahmood16-Mar-10 2:44
urooj_mahmood16-Mar-10 2:44 
GeneralRe: TextBolck move using up & down arrow?? Pin
Abhinav S16-Mar-10 3:52
Abhinav S16-Mar-10 3:52 
GeneralRe: TextBolck move using up & down arrow?? Pin
urooj_mahmood16-Mar-10 6:35
urooj_mahmood16-Mar-10 6:35 
GeneralRe: TextBolck move using up & down arrow?? Pin
Abhinav S16-Mar-10 21:15
Abhinav S16-Mar-10 21:15 
GeneralRe: TextBolck move using up & down arrow?? Pin
urooj_mahmood16-Mar-10 21:52
urooj_mahmood16-Mar-10 21:52 
AnswerRe: TextBolck move using up & down arrow?? Pin
Abhinav S16-Mar-10 22:57
Abhinav S16-Mar-10 22:57 
GeneralRe: TextBolck move using up & down arrow?? Pin
urooj_mahmood17-Mar-10 3:37
urooj_mahmood17-Mar-10 3:37 
GeneralRe: TextBolck move using up & down arrow?? Pin
urooj_mahmood30-Mar-10 2:31
urooj_mahmood30-Mar-10 2:31 
Questionhow can I add mutiple layers on SilverLight User Control?? Pin
urooj_mahmood9-Mar-10 19:50
urooj_mahmood9-Mar-10 19:50 
AnswerRe: how can I add mutiple layers on SilverLight User Control?? Pin
Abhinav S14-Mar-10 20:10
Abhinav S14-Mar-10 20:10 
QuestionSome good WPF books? Pin
Dan Mos9-Mar-10 12:15
Dan Mos9-Mar-10 12:15 
AnswerRe: Some good WPF books? Pin
carlecomm9-Mar-10 18:13
carlecomm9-Mar-10 18:13 
GeneralRe: Some good WPF books? Pin
Dan Mos10-Mar-10 5:19
Dan Mos10-Mar-10 5:19 
AnswerRe: Some good WPF books? Pin
Richard MacCutchan9-Mar-10 21:40
mveRichard MacCutchan9-Mar-10 21:40 
QuestionWPF mapping with Dependency properties Pin
Juan Pablo G.C.9-Mar-10 1:05
Juan Pablo G.C.9-Mar-10 1:05 
AnswerRe: WPF mapping with Dependency properties Pin
Pete O'Hanlon9-Mar-10 1:46
mvePete O'Hanlon9-Mar-10 1:46 
QuestionFormat datetime value in XMAL Pin
Garrisoft9-Mar-10 1:03
Garrisoft9-Mar-10 1:03 
AnswerRe: Format datetime value in XMAL Pin
Abhinav S14-Mar-10 21:11
Abhinav S14-Mar-10 21:11 
QuestionHow to avoid 'System.StackOverflowException' when saving a canvas in a xaml Pin
Bhagya Thambugala8-Mar-10 6:22
Bhagya Thambugala8-Mar-10 6:22 
QuestionDatabinding to a single element from RIA [modified] Pin
Pankaj Nikam8-Mar-10 5:14
professionalPankaj Nikam8-Mar-10 5:14 
QuestionListView issues Pin
#realJSOP6-Mar-10 3:37
professional#realJSOP6-Mar-10 3:37 
AnswerRe: ListView issues Pin
Eslam Afifi6-Mar-10 8:19
Eslam Afifi6-Mar-10 8:19 
Why bind to the List itself when you can bind to an ObservableCollection and add and remove items to that ObservableCollection manually! and you should make that ObservableCollection of a ViewModel of the actual list items. I think that should work the way you want.
About setting the property to use for the ListView columns, use the DisplayMemberBinding of the GridViewColumn. It works even when adding items manually to the ListView's Items property.
Eslam Afifi

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.