VerticalScrollBar doesnt update in LandscapeMode on Label moving

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

Hi, I build functionallity to automatically resize my formcontrols for the
available screenheight (inputpanel enabling/disabling, screen rotation) in
my application. By default windows mobile adds a vertical scrollbar in
landscape mode when the screen height is too large. When my Functions are
moving some labels (the formsize descreases) the vertical scrollbar is not
updating. But when moving a panel is moved the vertical scrollbar is
updating.
Is there a way to explicitly update that scrollbar in landscape mode?

thanks, Tony
 
Hello Tony,

Could you please post a simplified application that reproduces the problem?

Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Tony" <nospam>
| Subject: VerticalScrollBar doesnt update in LandscapeMode on Label moving
| Date: Thu, 24 Feb 2005 17:10:43 +0100
| Lines: 12
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: p54B275F1.dip.t-dialin.net 84.178.117.241
| Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP0
8.phx.gbl!tk2msftngp13.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.compactframework:71834
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi, I build functionallity to automatically resize my formcontrols for
the
| available screenheight (inputpanel enabling/disabling, screen rotation)
in
| my application. By default windows mobile adds a vertical scrollbar in
| landscape mode when the screen height is too large. When my Functions are
| moving some labels (the formsize descreases) the vertical scrollbar is
not
| updating. But when moving a panel is moved the vertical scrollbar is
| updating.
| Is there a way to explicitly update that scrollbar in landscape mode?
|
| thanks, Tony
|
|
|
 
Back
Top