GridLayout Constructor

Summary

Initializes a new GridLayout class object with explicit parameters.

Syntax
TypeScript
JavaScript
GridLayout = function( 
   viewer, 
   rows, 
   columns 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.