Click here to Skip to main content
15,881,248 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to change the content of Button in View from ViewModel Pin
Pete O'Hanlon28-Oct-13 0:13
mvePete O'Hanlon28-Oct-13 0:13 
AnswerRe: How to change the content of Button in View from ViewModel Pin
Abhinav S28-Oct-13 0:51
Abhinav S28-Oct-13 0:51 
QuestionMouse Down event Pin
Ashfaque Hussain25-Oct-13 1:04
Ashfaque Hussain25-Oct-13 1:04 
AnswerRe: Mouse Down event Pin
Pete O'Hanlon25-Oct-13 1:32
mvePete O'Hanlon25-Oct-13 1:32 
AnswerRe: Mouse Down event Pin
Abhinav S26-Oct-13 1:19
Abhinav S26-Oct-13 1:19 
GeneralRe: Mouse Down event Pin
Ashfaque Hussain26-Oct-13 7:44
Ashfaque Hussain26-Oct-13 7:44 
AnswerRe: Mouse Down event Pin
Abhinav S26-Oct-13 18:13
Abhinav S26-Oct-13 18:13 
AnswerRe: Mouse Down event Pin
_Maxxx_27-Oct-13 19:11
professional_Maxxx_27-Oct-13 19:11 
If you don't want to complicate things you can always just respond to the MouseDown event in your view's code behind. Here you have access to your ViewModel (via the DataContext) so can 'tell' your ViewModel to perform some action (whether via a command or a property or method - whatever works for you)
MVVM # - I did it My Way
___________________________________________
Man, you're a god. - walterhevedeich 26/05/2011

.\\axxx
(That's an 'M')

GeneralRe: Mouse Down event Pin
Mycroft Holmes27-Oct-13 19:21
professionalMycroft Holmes27-Oct-13 19:21 
GeneralRe: Mouse Down event Pin
_Maxxx_27-Oct-13 20:50
professional_Maxxx_27-Oct-13 20:50 
GeneralRe: Mouse Down event Pin
Pete O'Hanlon28-Oct-13 0:23
mvePete O'Hanlon28-Oct-13 0:23 
AnswerRe: Mouse Down event Pin
Meshack Musundi27-Oct-13 20:16
professionalMeshack Musundi27-Oct-13 20:16 
GeneralRe: Mouse Down event Pin
Ashfaque Hussain27-Oct-13 21:35
Ashfaque Hussain27-Oct-13 21:35 
GeneralRe: Mouse Down event Pin
Ashfaque Hussain7-Nov-13 23:00
Ashfaque Hussain7-Nov-13 23:00 
QuestionHow to set minwidth of GridViewColumnHeader while resizing column header in ListView Pin
Deepak B V24-Oct-13 4:42
Deepak B V24-Oct-13 4:42 
AnswerRe: How to set minwidth of GridViewColumnHeader while resizing column header in ListView Pin
Pete O'Hanlon24-Oct-13 5:32
mvePete O'Hanlon24-Oct-13 5:32 
GeneralRe: How to set minwidth of GridViewColumnHeader while resizing column header in ListView Pin
SledgeHammer0124-Oct-13 7:20
SledgeHammer0124-Oct-13 7:20 
QuestionHow to Show/Hide stack pannel from ViewModel?? Pin
Ashfaque Hussain24-Oct-13 4:01
Ashfaque Hussain24-Oct-13 4:01 
AnswerRe: How to Show/Hide stack pannel from ViewModel?? Pin
Pete O'Hanlon24-Oct-13 4:08
mvePete O'Hanlon24-Oct-13 4:08 
GeneralRe: How to Show/Hide stack pannel from ViewModel?? Pin
Ashfaque Hussain24-Oct-13 4:15
Ashfaque Hussain24-Oct-13 4:15 
GeneralRe: How to Show/Hide stack pannel from ViewModel?? Pin
Pete O'Hanlon24-Oct-13 4:20
mvePete O'Hanlon24-Oct-13 4:20 
GeneralRe: How to Show/Hide stack pannel from ViewModel?? Pin
SledgeHammer0124-Oct-13 4:55
SledgeHammer0124-Oct-13 4:55 
GeneralRe: How to Show/Hide stack pannel from ViewModel?? Pin
Pete O'Hanlon24-Oct-13 5:00
mvePete O'Hanlon24-Oct-13 5:00 
GeneralRe: How to Show/Hide stack pannel from ViewModel?? Pin
_Maxxx_27-Oct-13 19:14
professional_Maxxx_27-Oct-13 19:14 
GeneralRe: How to Show/Hide stack pannel from ViewModel?? Pin
Ashfaque Hussain24-Oct-13 19:29
Ashfaque Hussain24-Oct-13 19:29 

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.