Search
VirtualKeyboard.scaleToFitParent Property
See Also
 






Gets or sets a value indicating whether the keyboard scales to fit inside its parent element.

Namespace: MindFusion.Keyboard
File: VirtualKeyboard.js

 Syntax

JavaScript  Copy Code

get scaleToFitParent() {}
set scaleToFitParent(value) {}

 Property Value

Boolean

true to scale the keyboard, or false otherwise.

 Remarks

This property specifies whether the keyboard should adjust its size according to the size of the HTML element that hosts it.

 See Also