GridLayout Constructor

Summary

Initializes a new GridLayout class object with explicit parameters.

Syntax

JavaScript Syntax
GridLayout = function(viewer, rows, columns) 
TypeScript Syntax
constructor(viewer: MedicalViewer, rows: number, columns: number); 

Parameters

viewer

The parent viewer.

rows

The initial row count, cannot be zero.

columns

The initial column count, cannot be zero.

Remarks

You can later update the rows and columns through the properties Rows and Columns respectively.

In order to be able to use this, you must set the CellsArrangement to Grid.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly