Problem with Anchor property

J

JamesL

I want some controls to move up whenever the pop-up keyboard is used. In
eVB I was able to this with some useful logic on the SIPChange event. This
event does not appear in VB.NET. I tried the method of setting the anchor
property to BOTTOM but this had no effect. Apparently when the pop-up
keyboard is opened it does not resize the form, it just overlays. Any ideas
how I can achieve the effect of the anchor property when the pop-up keyboard
is opened?

James Lysaght
 
J

JamesL

Excellent that worked! But tell me this, can I count on the height of the
InputPanel to always be 80 or might it vary based on model of device? If it
varies, how can I detect the height?

James Lysaght
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Anchor 1
Anchoring under VS2005 1
Dynamic Button Controls (Anchor) Property Problem 2
Dynamic Button Anchor Problem 6
Anything better than "Anchor"? 6
Anchor Property.. 2
location of a control 5
Bug in VS 2005? 4

Top