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

WPF

 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey16-Mar-09 11:46
mveMike Hankey16-Mar-09 11:46 
GeneralRe: WPF Weird behavior or me? Pin
Mark Salsbery16-Mar-09 12:31
Mark Salsbery16-Mar-09 12:31 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey16-Mar-09 12:45
mveMike Hankey16-Mar-09 12:45 
GeneralRe: WPF Weird behavior or me? Pin
Pete O'Hanlon16-Mar-09 22:57
mvePete O'Hanlon16-Mar-09 22:57 
GeneralRe: WPF Weird behavior or me? Pin
Mike Hankey17-Mar-09 3:34
mveMike Hankey17-Mar-09 3:34 
GeneralRe: WPF Weird behavior or me? Pin
Pete O'Hanlon17-Mar-09 3:50
mvePete O'Hanlon17-Mar-09 3:50 
AnswerRe: WPF Weird behavior or me? Pin
zameb30-Aug-10 23:04
zameb30-Aug-10 23:04 
QuestionVS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Jammer14-Mar-09 23:40
Jammer14-Mar-09 23:40 
AnswerRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Mark Salsbery15-Mar-09 7:32
Mark Salsbery15-Mar-09 7:32 
GeneralRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Jammer15-Mar-09 23:05
Jammer15-Mar-09 23:05 
GeneralRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Mark Salsbery16-Mar-09 5:30
Mark Salsbery16-Mar-09 5:30 
GeneralRe: VS2008 SP1 Crashes working with XAML - MS Hotfix Released! Pin
Jammer16-Mar-09 8:47
Jammer16-Mar-09 8:47 
QuestionBinding a DataSet to a ListBox in a WPF XBAP application Pin
Neeraj Kr14-Mar-09 1:29
Neeraj Kr14-Mar-09 1:29 
AnswerRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
ABitSmart14-Mar-09 1:46
ABitSmart14-Mar-09 1:46 
GeneralRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
Neeraj Kr14-Mar-09 2:25
Neeraj Kr14-Mar-09 2:25 
GeneralRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
ABitSmart14-Mar-09 3:15
ABitSmart14-Mar-09 3:15 
GeneralRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
Dharmesh4U16-Mar-09 4:12
Dharmesh4U16-Mar-09 4:12 
AnswerRe: Binding a DataSet to a ListBox in a WPF XBAP application Pin
RugbyLeague16-Mar-09 4:41
RugbyLeague16-Mar-09 4:41 
QuestionAny body helpme Pin
anishkannan13-Mar-09 19:49
anishkannan13-Mar-09 19:49 
AnswerRe: Any body helpme Pin
ABitSmart13-Mar-09 23:59
ABitSmart13-Mar-09 23:59 
AnswerRe: Any body helpme Pin
Mark Salsbery14-Mar-09 7:05
Mark Salsbery14-Mar-09 7:05 
QuestionWPF Custom Control with a Combo Box Pin
scarfinv13-Mar-09 18:05
scarfinv13-Mar-09 18:05 
AnswerRe: WPF Custom Control with a Combo Box Pin
ABitSmart14-Mar-09 1:41
ABitSmart14-Mar-09 1:41 
GeneralRe: WPF Custom Control with a Combo Box Pin
scarfinv14-Mar-09 5:03
scarfinv14-Mar-09 5:03 
I tried that, but I get this error:

'DataTrigger' object cannot be added to 'ComboBox'. Operation is not valid while ItemSource is in use. Access and modify elements with ItemsControl.ItemSource instead.

This is likely because my current Control Template combobox section looks as follows:

<ComboBox ItemsSource="{Binding Path=DistrictList,RelativeSource={RelativeSource TemplatedParent}}"></ComboBox>

So, I understand what you're suggesting, but I'm not quite sure how I should be coding the xaml to achieve that?

Also, for my own understanding, I'd appreciate an explanation from someone as to why setting the IsEditable property in my CodeBehind doesn't work.
GeneralRe: WPF Custom Control with a Combo Box Pin
scarfinv16-Mar-09 7:43
scarfinv16-Mar-09 7:43 

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.