Search
PropertyGridContent.allowScroll Property
See Also
 






Gets or sets a value, indicating whether scrolling is enabled.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

get allowScroll() {}
set allowScroll(value) {}

 Property Value

Boolean

True if inplace scrolling is enabled, otherwise false.

 See Also