Click here to Skip to main content
15,914,417 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 10:20
Mark Salsbery12-May-09 10:20 
QuestionObservableCollection Pin
RugbyLeague11-May-09 3:18
RugbyLeague11-May-09 3:18 
AnswerRe: ObservableCollection Pin
Pete O'Hanlon11-May-09 4:03
mvePete O'Hanlon11-May-09 4:03 
GeneralRe: ObservableCollection Pin
mark_w_11-May-09 4:18
mark_w_11-May-09 4:18 
GeneralRe: ObservableCollection Pin
Pete O'Hanlon11-May-09 4:26
mvePete O'Hanlon11-May-09 4:26 
GeneralRe: ObservableCollection Pin
mark_w_11-May-09 4:41
mark_w_11-May-09 4:41 
GeneralRe: ObservableCollection [modified] Pin
RugbyLeague11-May-09 5:02
RugbyLeague11-May-09 5:02 
AnswerRe: ObservableCollection Pin
Niladri_Biswas13-Jun-09 4:09
Niladri_Biswas13-Jun-09 4:09 
QuestionWPF - Namespaces Pin
mark_w_11-May-09 0:18
mark_w_11-May-09 0:18 
AnswerRe: WPF - Namespaces Pin
mark_w_11-May-09 5:33
mark_w_11-May-09 5:33 
AnswerRe: WPF - Namespaces Pin
Niladri_Biswas13-Jun-09 4:13
Niladri_Biswas13-Jun-09 4:13 
QuestionWPF performance problems in planning application Pin
h_c_d10-May-09 23:39
h_c_d10-May-09 23:39 
QuestionSize of a custom shape (DesiredSize) Pin
Pauwels Bart10-May-09 18:15
Pauwels Bart10-May-09 18:15 
AnswerRe: Size of a custom shape (DesiredSize) Pin
Pauwels Bart13-May-09 1:21
Pauwels Bart13-May-09 1:21 
QuestionQuick TextBox Question Pin
BlitzPackage10-May-09 11:46
BlitzPackage10-May-09 11:46 
AnswerRe: Quick TextBox Question Pin
Pete O'Hanlon10-May-09 21:38
mvePete O'Hanlon10-May-09 21:38 
GeneralRe: Quick TextBox Question Pin
BlitzPackage10-May-09 23:26
BlitzPackage10-May-09 23:26 
QuestionHow can I change a StaticResource by code behind Pin
existenc9-May-09 21:44
existenc9-May-09 21:44 
AnswerRe: How can I change a StaticResource by code behind Pin
Philipp Sumi9-May-09 23:19
Philipp Sumi9-May-09 23:19 
GeneralRe: How can I change a StaticResource by code behind Pin
ravikiran_ch23-Sep-11 8:56
ravikiran_ch23-Sep-11 8:56 
AnswerRe: How can I change a StaticResource by code behind Pin
Pete O'Hanlon10-May-09 8:50
mvePete O'Hanlon10-May-09 8:50 
You can change a resource from code behind, but it's important to understand that XAML code in {} sections is actually syntactic sugar for a fairly complex binding mechanism. What you would need to do would be to use FindResource to find the appropriate resource and apply it.

A better way (and the correct WPF way) would be to apply a data trigger to the Click event where you applied the style in the XAML. This has the advantage that the WPF binding mechanism would only apply the style while the item was clicked - it resets it once the click has finished.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



AnswerRe: How can I change a StaticResource by code behind Pin
Niladri_Biswas13-Jun-09 4:24
Niladri_Biswas13-Jun-09 4:24 
AnswerRe: How can I change a StaticResource by code behind Pin
BernalF18-Aug-10 4:42
BernalF18-Aug-10 4:42 
QuestionWPF newbie in it with some problems arround formatting a ListView Pin
existenc9-May-09 8:56
existenc9-May-09 8:56 
AnswerRe: WPF newbie in it with some problems arround formatting a ListView [modified] Pin
Mark Salsbery9-May-09 11:11
Mark Salsbery9-May-09 11:11 

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.