Search
PropertyGridContent.scrollRow Property
See Also
 






Gets or sets the index of the first visible row.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

get scrollRow() {}
set scrollRow(value) {}

 Property Value

Number

The row index.

 See Also