Click here to Skip to main content
15,880,405 members
Home / Discussions / WPF
   

WPF

 
QuestionBin\Debug\AppManifest.xaml Error Pin
er.ravindra28-Aug-12 1:07
professionaler.ravindra28-Aug-12 1:07 
AnswerRe: Bin\Debug\AppManifest.xaml Error Pin
Christian Amado29-Aug-12 11:33
professionalChristian Amado29-Aug-12 11:33 
QuestionSMF player in silverlight Pin
arti s.v27-Aug-12 23:16
arti s.v27-Aug-12 23:16 
AnswerRe: SMF player in silverlight Pin
Pete O'Hanlon27-Aug-12 23:25
mvePete O'Hanlon27-Aug-12 23:25 
QuestionWPF Bind Radio Buttons To Tab Control Pin
Kevin Marois26-Aug-12 11:24
professionalKevin Marois26-Aug-12 11:24 
AnswerRe: WPF Bind Radio Buttons To Tab Control Pin
YBirkhoff26-Aug-12 12:28
YBirkhoff26-Aug-12 12:28 
AnswerRe: WPF Bind Radio Buttons To Tab Control Pin
Mycroft Holmes26-Aug-12 13:04
professionalMycroft Holmes26-Aug-12 13:04 
AnswerRe: WPF Bind Radio Buttons To Tab Control Pin
SledgeHammer0127-Aug-12 9:59
SledgeHammer0127-Aug-12 9:59 
They don't really have the concept of "the selected radio button index" in WPF. Kind of lame. You either have to do the mapping by hand (winforms style) or pass in the hard-coded index via a command parameter.

If you are trying to write "professional & re-usable" code, I'd suggest going the route that I did. Create a "RadioButtonGroup" control thats derived from ItemsControl. Your ItemsSource would be an array of strings (or whatever) and your ItemTemplate would simply be a RadioButton that sets up all the bindings for you. Then you would have bindable SelectedRadioButton and/or SelectedRadioButtonIndex properties, so on and so forth.

Sounds like a bit of work (its not really), but I'm assuming you are building a generic re-usable library that you'll toss this in and use on future projects Smile | :) .
AnswerRe: WPF Bind Radio Buttons To Tab Control Pin
Martijn Kok31-Aug-12 4:27
Martijn Kok31-Aug-12 4:27 
AnswerRe: WPF Bind Radio Buttons To Tab Control Pin
Clifford Nelson6-Sep-12 13:44
Clifford Nelson6-Sep-12 13:44 
QuestionWPF Extended Toolkit PropertyGrid - Turn off sorting? Pin
#realJSOP26-Aug-12 2:54
mve#realJSOP26-Aug-12 2:54 
AnswerRe: WPF Extended Toolkit PropertyGrid - Turn off sorting? Pin
Abhinav S27-Aug-12 1:56
Abhinav S27-Aug-12 1:56 
GeneralRe: WPF Extended Toolkit PropertyGrid - Turn off sorting? Pin
#realJSOP27-Aug-12 4:18
mve#realJSOP27-Aug-12 4:18 
QuestionDoes WPF propertyGrid support collection of items other than Enum? Pin
sree140824-Aug-12 2:06
sree140824-Aug-12 2:06 
AnswerRe: Does WPF propertyGrid support collection of items other than Enum? Pin
Matt T Heffron24-Aug-12 8:10
professionalMatt T Heffron24-Aug-12 8:10 
QuestionInvalidateMeasure doesn't trigger MeasureOverride call? Pin
SledgeHammer0122-Aug-12 13:09
SledgeHammer0122-Aug-12 13:09 
AnswerRe: InvalidateMeasure doesn't trigger MeasureOverride call? Pin
Pete O'Hanlon22-Aug-12 13:21
mvePete O'Hanlon22-Aug-12 13:21 
GeneralRe: InvalidateMeasure doesn't trigger MeasureOverride call? Pin
SledgeHammer0122-Aug-12 13:40
SledgeHammer0122-Aug-12 13:40 
GeneralRe: InvalidateMeasure doesn't trigger MeasureOverride call? Pin
Pete O'Hanlon22-Aug-12 23:53
mvePete O'Hanlon22-Aug-12 23:53 
GeneralRe: InvalidateMeasure doesn't trigger MeasureOverride call? Pin
SledgeHammer0123-Aug-12 5:08
SledgeHammer0123-Aug-12 5:08 
GeneralRe: InvalidateMeasure doesn't trigger MeasureOverride call? Pin
Pete O'Hanlon23-Aug-12 5:15
mvePete O'Hanlon23-Aug-12 5:15 
GeneralRe: InvalidateMeasure doesn't trigger MeasureOverride call? Pin
SledgeHammer0123-Aug-12 8:34
SledgeHammer0123-Aug-12 8:34 
GeneralRe: InvalidateMeasure doesn't trigger MeasureOverride call? Pin
SledgeHammer0123-Aug-12 13:03
SledgeHammer0123-Aug-12 13:03 
QuestionWPF Problem With WrapPanel In ListBox.ItemsPanel [UPDATED] Pin
Kevin Marois20-Aug-12 14:33
professionalKevin Marois20-Aug-12 14:33 
QuestionSwitch WPF UI at runtime Pin
Ed Hill _5_17-Aug-12 0:43
Ed Hill _5_17-Aug-12 0: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.