Click here to Skip to main content
15,887,027 members
Home / Discussions / WPF
   

WPF

 
QuestionRe: Styling a ScrollViewer? Pin
Mark Salsbery12-May-09 7:03
Mark Salsbery12-May-09 7:03 
AnswerRe: Styling a ScrollViewer? Pin
mildred-frontfree12-May-09 14:50
mildred-frontfree12-May-09 14:50 
GeneralRe: Styling a ScrollViewer? Pin
Mark Salsbery12-May-09 14:53
Mark Salsbery12-May-09 14:53 
GeneralRe: Styling a ScrollViewer? Pin
mildred-frontfree12-May-09 17:37
mildred-frontfree12-May-09 17:37 
QuestionMessage Removed Pin
11-May-09 8:51
professionalN_tro_P11-May-09 8:51 
AnswerMessage Removed Pin
11-May-09 9:09
professionalN_tro_P11-May-09 9:09 
GeneralMessage Removed Pin
11-May-09 9:19
professionalN_tro_P11-May-09 9:19 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery11-May-09 14:26
Mark Salsbery11-May-09 14:26 
You haven't shown any XAML showing the elements that make up your custom button
or the classes involved, so it's hard to guess.

If your custom button class is not derived from ButtonBase, then there's not going to
be any built-in Click event. The Click event is created based on lower level mouse
and keyboard events.

If your button class IS derived from ButtonBase or Button, then the default implementation
is probably consuming the events to convert them to Click events.


Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionMessage Removed Pin
12-May-09 3:39
professionalN_tro_P12-May-09 3:39 
AnswerRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 6:48
Mark Salsbery12-May-09 6:48 
GeneralMessage Removed Pin
12-May-09 7:55
professionalN_tro_P12-May-09 7:55 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 8:14
Mark Salsbery12-May-09 8:14 
GeneralMessage Removed Pin
12-May-09 8:24
professionalN_tro_P12-May-09 8:24 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 9:14
Mark Salsbery12-May-09 9:14 
GeneralMessage Removed Pin
12-May-09 9:19
professionalN_tro_P12-May-09 9:19 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 9:37
Mark Salsbery12-May-09 9:37 
GeneralMessage Removed Pin
12-May-09 9:48
professionalN_tro_P12-May-09 9:48 
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 

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.