SOLVED: Position of Elements
Printed From: Codejock Forums
Category: General
Forum Name: XAML Snippets
Forum Description: Post your XAML snippets here for everyone to enjoy :)
URL: http://forum.codejock.com/forum_posts.asp?TID=14225
Printed Date: 21 November 2024 at 6:37am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: SOLVED: Position of Elements
Posted By: gibrael
Subject: SOLVED: Position of Elements
Date Posted: 06 May 2009 at 6:24pm
If I have a markuplabel on a form, and this markuplabel has TextBlock inside it, is there a way to get the exact screen position (x,y) of this element? I need it so that i could display a popup context exactly above the TextBlock.
Thanks in advance to anyway who can help. :) -- Codejock ActiveX 12.1 VisualBasic 6 Sp6 Windows XP Sp3
------------- --
Codejock Xtreme Suite Pro 15.2
VisualStudio 2010
Windows 7
|
Replies:
Posted By: Oleg
Date Posted: 07 May 2009 at 1:04am
No :( It will be implemented for next release.
------------- Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS
|
Posted By: Krog
Date Posted: 27 June 2009 at 7:30am
Hi Oleg!
My vote for this feature to be implemented. It is exactly what I was needing :)
------------- Product: Xtreme SuitePro (ActiveX) version 15.2.1
Platform: Windows XP SP2
Language: Visual Basic 6 SP6
|
Posted By: BobWansink
Date Posted: 04 October 2012 at 9:31am
Has this already been released? If so, how do I check the position?
Thanks in advance!
------------- Product: Xtreme ToolkitPro (MFC) version 13.0.0
Platform: Windows (32bit) - XP - Vista
Language: Visual C++
|
Posted By: gibrael
Date Posted: 07 September 2013 at 3:10pm
Just checking back on this. Elements' position can now be accessed through the elements GetBoundingRect(L,T,R,B). The parameters are ByRef and the coordinates are saved in them.
------------- --
Codejock Xtreme Suite Pro 15.2
VisualStudio 2010
Windows 7
|
|