Click here to Skip to main content
15,886,919 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Gettting metadata from TIFF file fails (RESOLVED!) Pin
fjparisIII21-May-09 12:33
fjparisIII21-May-09 12:33 
QuestionMessage Removed Pin
20-May-09 4:15
professionalN_tro_P20-May-09 4:15 
AnswerMessage Removed Pin
20-May-09 8:00
professionalN_tro_P20-May-09 8:00 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
#realJSOP20-May-09 8:11
mve#realJSOP20-May-09 8:11 
GeneralMessage Removed Pin
20-May-09 8:18
professionalN_tro_P20-May-09 8:18 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
Mark Salsbery20-May-09 10:35
Mark Salsbery20-May-09 10:35 
GeneralMessage Removed Pin
21-May-09 3:17
professionalN_tro_P21-May-09 3:17 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
Mark Salsbery21-May-09 6:55
Mark Salsbery21-May-09 6:55 
Since you're using an ItemsControl, there's no notion of
"selected items" so you'll have to track that somehow yourself.

I assume you're doing that somehow already if you know certain items
need their listbox selection changed.

Once you have the ItemsControl item(s) which you need to manipulate, for each item
you can get its template and use FindName() to get at its ListBox (you'll need to give
that template ListBox a name).

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralMessage Removed Pin
21-May-09 7:49
professionalN_tro_P21-May-09 7:49 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
Mark Salsbery21-May-09 8:01
Mark Salsbery21-May-09 8:01 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
Mark Salsbery21-May-09 8:08
Mark Salsbery21-May-09 8:08 
GeneralMessage Removed Pin
21-May-09 8:19
professionalN_tro_P21-May-09 8:19 
GeneralRe: Remove Selection of Listbox Inside of a Template Pin
Mark Salsbery21-May-09 8:21
Mark Salsbery21-May-09 8:21 
AnswerRe: Remove Selection of Listbox Inside of a Template Pin
Niladri_Biswas13-Jun-09 3:27
Niladri_Biswas13-Jun-09 3:27 
GeneralIntegration problem of Sub-reports using Bar-Charts with Main Report in a WPF application Pin
JiteshK20-May-09 2:59
JiteshK20-May-09 2:59 
QuestionBinding images to datagrid from database using silverlight Pin
pavanip20-May-09 2:16
pavanip20-May-09 2:16 
AnswerRe: Binding images to datagrid from database using silverlight Pin
Mark Salsbery20-May-09 4:54
Mark Salsbery20-May-09 4:54 
GeneralRe: Binding images to datagrid from database using silverlight Pin
pavanip20-May-09 18:02
pavanip20-May-09 18:02 
GeneralRe: Binding images to datagrid from database using silverlight Pin
Mark Salsbery21-May-09 7:12
Mark Salsbery21-May-09 7:12 
QuestionWPF Issue Concerning Binding [modified] Pin
Tee12319-May-09 17:02
Tee12319-May-09 17:02 
QuestionRe: WPF Issue Concerning Binding Pin
Mark Salsbery20-May-09 10:52
Mark Salsbery20-May-09 10:52 
AnswerRe: WPF Issue Concerning Binding Pin
Tee12320-May-09 14:44
Tee12320-May-09 14:44 
GeneralRe: WPF Issue Concerning Binding Pin
Mark Salsbery20-May-09 14:58
Mark Salsbery20-May-09 14:58 
GeneralRe: WPF Issue Concerning Binding Pin
Tee12321-May-09 2:32
Tee12321-May-09 2:32 
GeneralRe: WPF Issue Concerning Binding Pin
Mark Salsbery21-May-09 6:21
Mark Salsbery21-May-09 6: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.