currentOffset Property

Summary

Gets or sets the current scroll (stack) position of the cell.

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'currentOffset', 
	get: function(), 
	set: function(value) 
) 
currentOffset: number; 

Property Value

Value that represents the current scroll (stack) position of the cell.

Remarks

Changing this value will fire the event CurrentOffsetChanged.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly