Click here to Skip to main content
15,885,032 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Combo box Pin
sagar sali20-Nov-09 2:05
sagar sali20-Nov-09 2:05 
GeneralRe: WPF Combo box Pin
rangana peiris20-Nov-09 4:24
rangana peiris20-Nov-09 4:24 
QuestionDataGrid binding to different enums in column Pin
reibor18-Nov-09 20:13
reibor18-Nov-09 20:13 
AnswerRe: DataGrid binding to different enums in column Pin
Eslam Afifi19-Nov-09 10:42
Eslam Afifi19-Nov-09 10:42 
GeneralRe: DataGrid binding to different enums in column Pin
reibor22-Nov-09 6:28
reibor22-Nov-09 6:28 
GeneralRe: DataGrid binding to different enums in column [modified] Pin
Eslam Afifi22-Nov-09 10:11
Eslam Afifi22-Nov-09 10:11 
QuestionHow to traverse through items inside ListBox in WPF? Pin
dilipms18-Nov-09 1:18
dilipms18-Nov-09 1:18 
AnswerRe: How to traverse through items inside ListBox in WPF? Pin
Eslam Afifi19-Nov-09 13:33
Eslam Afifi19-Nov-09 13:33 
Using the MVVM pattern can help in virtually all cases avoid stuff like that. Please see this post[^].
But if you really need to get it done the way to described, the ListBox has a property called Items. Then for each item, you can access it's visual tree and search for the element you want by its name using the FindName method (I'm not fully sure about that since I did this kind of stuff only once when I first started learning WPF).
P.S. stepping into the debugger and seeing the items' structures using the Immediate Window or a debugger visualizer like Mole[^] can help you get this done quickly.

Eslam Afifi

Questionssrs report(RDL) using silverlight Pin
sundaramoorthy.b18-Nov-09 1:14
sundaramoorthy.b18-Nov-09 1:14 
AnswerRe: ssrs report(RDL) using silverlight Pin
Mark Salsbery22-Nov-09 7:57
Mark Salsbery22-Nov-09 7:57 
QuestionThe Best Chart Tool for WPF Pin
wpftester17-Nov-09 23:10
wpftester17-Nov-09 23:10 
AnswerRe: The Best Chart Tool for WPF Pin
daniel radford18-Nov-09 23:54
daniel radford18-Nov-09 23:54 
QuestionBinding to a Database in WPF using LINQ-SQL Pin
Maninandan17-Nov-09 21:29
Maninandan17-Nov-09 21:29 
QuestionOutofBrowser concept Pin
Gopal_Kanchana17-Nov-09 18:37
Gopal_Kanchana17-Nov-09 18:37 
AnswerRe: OutofBrowser concept Pin
Ravi Bhavnani17-Nov-09 19:06
professionalRavi Bhavnani17-Nov-09 19:06 
GeneralRe: OutofBrowser concept Pin
Gopal_Kanchana17-Nov-09 19:26
Gopal_Kanchana17-Nov-09 19:26 
QuestionWPF UserControl MouseEvents to Winform Pin
EcklerPa 217-Nov-09 18:09
EcklerPa 217-Nov-09 18:09 
AnswerRe: WPF UserControl MouseEvents to Winform Pin
Mark Salsbery17-Nov-09 20:04
Mark Salsbery17-Nov-09 20:04 
GeneralRe: WPF UserControl MouseEvents to Winform Pin
Patrick Eckler18-Nov-09 4:10
Patrick Eckler18-Nov-09 4:10 
QuestionSilver Light Application Pin
rag_Singh16-Nov-09 23:03
rag_Singh16-Nov-09 23:03 
AnswerRe: Silver Light Application Pin
Kunal Chowdhury «IN»11-Dec-09 3:57
professionalKunal Chowdhury «IN»11-Dec-09 3:57 
QuestionDrawing graphics like in a rectangle or image. Pin
CaptainSeeSharp16-Nov-09 8:49
CaptainSeeSharp16-Nov-09 8:49 
AnswerRe: Drawing graphics like in a rectangle or image. Pin
Ian Shlasko16-Nov-09 9:03
Ian Shlasko16-Nov-09 9:03 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
CaptainSeeSharp16-Nov-09 9:26
CaptainSeeSharp16-Nov-09 9:26 
GeneralRe: Drawing graphics like in a rectangle or image. Pin
Ian Shlasko16-Nov-09 9:48
Ian Shlasko16-Nov-09 9:48 

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.