CellsArrangement Enumeration

Summary

CellsArrangement that represents how the cell arrangement is handled.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.CellsArrangement = { 
	grid: 0, 
	random: 1 
} 
lt.Controls.Medical.CellsArrangement = { 
	grid: 0, 
	random: 1 
} 
Members

0

Grid

(0x00000000) Grid arrangement, the medical viewer engine will take care of almost everything. The cells are arranged in the shape of a grid, with a movable splitter between them.

1

Random

(0x00000001) Random arrangement, you will need to take care of setting the boundaries of each cell. Refer to Layout for more information.

Remarks

If the CellsArrangement to Grid, then use the GridLayout property to control how the cells are arranged.

If the CellsArrangement to Random, then use the Layout property to control how the cells are arranged.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.