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