Click here to Skip to main content
15,891,529 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: WPF Combobox background color Pin
Abhinav S22-Jun-13 18:36
Abhinav S22-Jun-13 18:36 
GeneralRe: WPF Combobox background color Pin
Saksida Bojan22-Jun-13 20:46
Saksida Bojan22-Jun-13 20:46 
GeneralRe: WPF Combobox background color Pin
Abhinav S23-Jun-13 17:29
Abhinav S23-Jun-13 17:29 
QuestionCan attached behaviors have knowledge of ViewModels? Pin
sthotakura21-Jun-13 6:29
sthotakura21-Jun-13 6:29 
AnswerRe: Can attached behaviors have knowledge of ViewModels? Pin
Abhinav S22-Jun-13 18:32
Abhinav S22-Jun-13 18:32 
GeneralRe: Can attached behaviors have knowledge of ViewModels? Pin
sthotakura25-Jun-13 3:47
sthotakura25-Jun-13 3:47 
QuestionButton disables when bind command Pin
maxRazar20-Jun-13 18:27
maxRazar20-Jun-13 18:27 
AnswerRe: Button disables when bind command Pin
Pete O'Hanlon20-Jun-13 20:21
mvePete O'Hanlon20-Jun-13 20:21 
When you post XAML, you have to HTML encode it because the <> elements are interpreted as HTML blocks, which means that your XAML won't be visible in the web page as it's not valid HTML.

When you created AddPromExamCmd, it looks like you supplied a CanExecute method, as well as an Execute method. Basically, when you bind a button command, it listens to see if it should be able to execute (which is controlled by ICommand.CanExecute) and disables the button if this is false.
I was brought up to respect my elders. I don't respect many people nowadays.

CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

QuestionError in Wpf Pin
Nick_Frenk16-Jun-13 21:57
Nick_Frenk16-Jun-13 21:57 
AnswerRe: Error in Wpf Pin
Pete O'Hanlon16-Jun-13 23:20
mvePete O'Hanlon16-Jun-13 23:20 
GeneralRe: Error in Wpf Pin
Nick_Frenk17-Jun-13 0:03
Nick_Frenk17-Jun-13 0:03 
GeneralRe: Error in Wpf Pin
Richard MacCutchan17-Jun-13 0:25
mveRichard MacCutchan17-Jun-13 0:25 
GeneralRe: Error in Wpf Pin
Nick_Frenk17-Jun-13 0:38
Nick_Frenk17-Jun-13 0:38 
GeneralRe: Error in Wpf Pin
Richard MacCutchan17-Jun-13 0:57
mveRichard MacCutchan17-Jun-13 0:57 
QuestionMove datatable/set between multiple wpf windows Pin
Member 989260614-Jun-13 4:57
Member 989260614-Jun-13 4:57 
AnswerRe: Move datatable/set between multiple wpf windows Pin
Mycroft Holmes18-Jun-13 23:21
professionalMycroft Holmes18-Jun-13 23:21 
GeneralRe: Move datatable/set between multiple wpf windows Pin
Member 989260619-Jun-13 9:51
Member 989260619-Jun-13 9:51 
QuestionReorder the columns in a data grid Pin
columbos1492713-Jun-13 4:26
columbos1492713-Jun-13 4:26 
AnswerRe: Reorder the columns in a data grid Pin
Mycroft Holmes18-Jun-13 23:13
professionalMycroft Holmes18-Jun-13 23:13 
QuestionSilverlight Charts Pin
swatibahl0412-Jun-13 19:56
swatibahl0412-Jun-13 19:56 
AnswerRe: Silverlight Charts Pin
Abhinav S12-Jun-13 20:49
Abhinav S12-Jun-13 20:49 
GeneralRe: Silverlight Charts Pin
swatibahl0412-Jun-13 20:55
swatibahl0412-Jun-13 20:55 
AnswerRe: Silverlight Charts Pin
Abhinav S12-Jun-13 21:03
Abhinav S12-Jun-13 21:03 
GeneralRe: Silverlight Charts Pin
swatibahl0412-Jun-13 21:38
swatibahl0412-Jun-13 21:38 
GeneralRe: Silverlight Charts Pin
Abhinav S13-Jun-13 1:10
Abhinav S13-Jun-13 1:10 

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.