The problem I have is when i check the focus of the label. One panel i have
contains only labels, and i can't seem to scroll down the page like my other
forms. Can you determine if a label has focus, or does this only work for
textbox ?
Many thanks.
riki
Should you immerse yourself in the fluidity of life, only to drown in
its revelations?
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
By Day: http://www.EmbeddedFusion.com
Can this be done in C # ??
I'm not too sure how you would do it.
"riki" <see_my_home@page> wrote in message
news:exxNu20Z...@tk2msftngp13.phx.gbl...
When setting AutoScrollPosition it's really funky. You have to do:
this.AutoScrollPosition = new
Point(this.AutoScrollPosition.X, -this.AutoScrollPosition.Y - 12)
if I remember right. The offsets are negative, which always messes me up.
--
Neil Enns
Program Manager
Microsoft Visual Studio for Devices
This posting is provided "AS IS" with no warranties, and confers no rights.
"Terry McNamee" <n/a> wrote in message
news:OO0ymW1...@TK2MSFTNGP09.phx.gbl...