The keyboard changed event args
Inheritance: System.EventArgs
Exemplo n.º 1
0
 private void OnKeyboardChanged(object sender, KeyboardEventArgs args)
 {
     panelContent.Height = Height - args.Height;
 }
Exemplo n.º 2
0
 private void OnKeyboardChanged(object sender, KeyboardEventArgs args)
 {
     panel.Height = ClientRectangle.Height - args.Height;
 }