Click here to Skip to main content
15,895,011 members
Home / Discussions / WPF
   

WPF

 
Questionclipping an image region and saving as new image Pin
coolpjmartin20-Feb-09 0:21
coolpjmartin20-Feb-09 0:21 
AnswerRe: clipping an image region and saving as new image Pin
sivaddrahcir20-Feb-09 11:08
sivaddrahcir20-Feb-09 11:08 
QuestionInfragistics WPF Pin
rastaVnuce19-Feb-09 11:25
rastaVnuce19-Feb-09 11:25 
AnswerRe: Infragistics WPF Pin
rastaVnuce19-Feb-09 22:05
rastaVnuce19-Feb-09 22:05 
QuestionStyling GroupBox dynamically Pin
vsaratkar19-Feb-09 9:43
vsaratkar19-Feb-09 9:43 
AnswerRe: Styling GroupBox dynamically [modified] Pin
Mark Salsbery19-Feb-09 15:37
Mark Salsbery19-Feb-09 15:37 
QuestionCombobox in Listview Pin
Rolorob19-Feb-09 3:25
Rolorob19-Feb-09 3:25 
AnswerRe: Combobox in Listview Pin
ABitSmart19-Feb-09 4:05
ABitSmart19-Feb-09 4:05 
From the XAML perspective, DataContext for the ComboBox is limited by the ListView's(it's Parent) DataContext. In other words, since ComboBox is the child of ListView it can access DataContext of the ListView and bind itself to that or anything relative to that. You need to set the ItemSource of the ComboBox relative to what is set for the ListView.

What is ListView's DataContext ? Is it collection of Customer's ?
GeneralRe: Combobox in Listview [modified] Pin
Rolorob19-Feb-09 4:26
Rolorob19-Feb-09 4:26 
GeneralRe: Combobox in Listview Pin
ABitSmart19-Feb-09 5:16
ABitSmart19-Feb-09 5:16 
GeneralRe: Combobox in Listview Pin
Rolorob19-Feb-09 6:59
Rolorob19-Feb-09 6:59 
GeneralRe: Combobox in Listview [modified] Pin
Rolorob19-Feb-09 20:44
Rolorob19-Feb-09 20:44 
GeneralRe: Combobox in Listview Pin
ABitSmart19-Feb-09 21:19
ABitSmart19-Feb-09 21:19 
GeneralRe: Combobox in Listview Pin
Rolorob19-Feb-09 22:23
Rolorob19-Feb-09 22:23 
GeneralRe: Combobox in Listview Pin
ABitSmart19-Feb-09 22:48
ABitSmart19-Feb-09 22:48 
GeneralRe: Combobox in Listview Pin
Rolorob19-Feb-09 23:01
Rolorob19-Feb-09 23:01 
GeneralRe: Combobox in Listview Pin
ABitSmart19-Feb-09 23:10
ABitSmart19-Feb-09 23:10 
GeneralRe: Combobox in Listview Pin
Rolorob19-Feb-09 23:17
Rolorob19-Feb-09 23:17 
GeneralRe: Combobox in Listview Pin
ABitSmart19-Feb-09 23:51
ABitSmart19-Feb-09 23:51 
GeneralRe: Combobox in Listview [modified] Pin
Rolorob20-Feb-09 0:21
Rolorob20-Feb-09 0:21 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 1:55
Rolorob20-Feb-09 1:55 
GeneralRe: Combobox in Listview Pin
ABitSmart20-Feb-09 2:15
ABitSmart20-Feb-09 2:15 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 2:28
Rolorob20-Feb-09 2:28 
GeneralRe: Combobox in Listview Pin
ABitSmart20-Feb-09 2:37
ABitSmart20-Feb-09 2:37 
GeneralRe: Combobox in Listview Pin
Rolorob20-Feb-09 2:39
Rolorob20-Feb-09 2:39 

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.