Click here to Skip to main content
15,896,557 members
Home / Discussions / WPF
   

WPF

 
QuestionUsing ListViewItem in WPF ? Pin
Mohammad Dayyan30-Dec-09 9:03
Mohammad Dayyan30-Dec-09 9:03 
AnswerRe: Using ListViewItem in WPF ? Pin
AspDotNetDev30-Dec-09 22:53
protectorAspDotNetDev30-Dec-09 22:53 
GeneralRe: Using ListViewItem in WPF ? [modified] Pin
Mohammad Dayyan31-Dec-09 21:02
Mohammad Dayyan31-Dec-09 21:02 
GeneralRe: Using ListViewItem in WPF ? Pin
AspDotNetDev1-Jan-10 1:46
protectorAspDotNetDev1-Jan-10 1:46 
GeneralRe: Using ListViewItem in WPF ? Pin
Mohammad Dayyan1-Jan-10 6:08
Mohammad Dayyan1-Jan-10 6:08 
QuestionGetting click location Pin
Jeroen De Dauw30-Dec-09 5:44
Jeroen De Dauw30-Dec-09 5:44 
AnswerRe: Getting click location Pin
ProtoBytes30-Dec-09 6:47
ProtoBytes30-Dec-09 6:47 
AnswerRe: Getting click location Pin
Mark Salsbery30-Dec-09 7:18
Mark Salsbery30-Dec-09 7:18 
jeroen de dauw wrote:
how to effectively get the coordinates



When handling mouse events, you can use the GetPosition() method
on the MouseEventArgs/MouseButtonEventArgs object to get the
coordinates relative to an element.


You can also use System.Windows.Input.Mouse.GetPosition() to
get the current coordinates relative to an element.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Getting click location Pin
Jeroen De Dauw30-Dec-09 9:37
Jeroen De Dauw30-Dec-09 9:37 
AnswerRe: Getting click location Pin
Jeroen De Dauw30-Dec-09 12:00
Jeroen De Dauw30-Dec-09 12:00 
GeneralRe: Getting click location Pin
Jeroen De Dauw31-Dec-09 7:52
Jeroen De Dauw31-Dec-09 7:52 
QuestionSilverlight ComboBox Binding Issue [modified] Pin
Programm3r30-Dec-09 2:18
Programm3r30-Dec-09 2:18 
AnswerRe: Silverlight ComboBox Binding Issue Pin
MikeGoatly3-Sep-10 5:14
MikeGoatly3-Sep-10 5:14 
QuestionWndProc equivalent in WPF? Pin
pbalaga29-Dec-09 10:41
pbalaga29-Dec-09 10:41 
GeneralRe: WndProc equivalent in WPF? Pin
ProtoBytes29-Dec-09 11:23
ProtoBytes29-Dec-09 11:23 
AnswerRe: WndProc equivalent in WPF? Pin
teejayem29-Dec-09 12:20
teejayem29-Dec-09 12:20 
GeneralRe: WndProc equivalent in WPF? Pin
pbalaga29-Dec-09 23:12
pbalaga29-Dec-09 23:12 
Questionwhy Scrollviewer clip content in wpf Pin
wasimsharp28-Dec-09 23:08
wasimsharp28-Dec-09 23:08 
AnswerRe: why Scrollviewer clip content in wpf Pin
Mark Salsbery29-Dec-09 10:26
Mark Salsbery29-Dec-09 10:26 
QuestionDo you know any ListViewItem samples in WPF? Pin
Mohammad Dayyan28-Dec-09 16:48
Mohammad Dayyan28-Dec-09 16:48 
AnswerRe: Do you know any ListViewItem samples in WPF? Pin
ProtoBytes29-Dec-09 9:32
ProtoBytes29-Dec-09 9:32 
GeneralRe: Do you know any ListViewItem samples in WPF? Pin
Mohammad Dayyan29-Dec-09 22:50
Mohammad Dayyan29-Dec-09 22:50 
Questionlogin authentication in silverlight 3 Pin
pcmedia28-Dec-09 16:05
pcmedia28-Dec-09 16:05 
AnswerRe: login authentication in silverlight 3 Pin
Abhinav S28-Dec-09 16:28
Abhinav S28-Dec-09 16:28 
QuestionData class implementations not fully passed to Silverlight? Pin
Michael Eber28-Dec-09 11:56
Michael Eber28-Dec-09 11:56 

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.