wxTextCtrl::GetScrollPos always returns 0

Vadim Zeitlin vadim at wxwidgets.org
Thu Apr 3 05:59:45 PDT 2008


On Thu, 03 Apr 2008 18:31:04 +0530 Lloyd <lloyd at cdactvm.in> wrote:

L> I asked this to know the visible rectangle (coordinates) of the virtual
L> client area of the text control. Is there any method to find out this in
L> a multi line text control?

 The coordinates in pixels are always the same and you can find the
character coordinates by using HitTest() (in the ports it's implemented
in).

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/



More information about the wx-users mailing list