Search
PropertyGrid.allowScroll Property
See Also
 






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

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Boolean

True if scrolling is enabled, otherwise false.

 See Also