This doesn't work in detailed view which I'm using.

Cheers.

-----Original Message-----
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of David O'Brien
Sent: Monday, 7 March 2011 12:56 PM
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Move mouse to ListItem

ListView.Selected.GetPosition? Returns a TPoint.

-----Original Message-----
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]
On Behalf Of Ross Levis
Sent: Friday, 4 March 2011 5:16 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] Move mouse to ListItem

I plan to use that function, but need the x,y of the selected list item
first.

Jolyon's suggestion of ListView_GetItemRect looks to be heading in the
right direction.

Cheers.
 
-----Original Message-----
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz]
On Behalf Of Todd
Sent: Friday, 4 March 2011 5:03 PM
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Move mouse to ListItem


Pos := Control.ScreenToClient(Mouse.CursorPos);


> On a keyboard shortcut I want to move the mouse to the start of the 
> currently selected item in a listview.  I know how to move the mouse 
> but
I'm
> not sure how to get the x,y position of the selected item in relation 
> to
the
> listview.  Any ideas?
> 
>  
> 
> Cheers.
> 
> 
> 
> 
> 
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi@delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-requ...@delphi.org.nz with
Subject:
unsubscribe

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
unsubscribe


_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
unsubscribe

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
unsubscribe


_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to