Problem with Anchor property

  • Thread starter Thread starter JamesL
  • Start date Start date
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
 
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
 
Back
Top