Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ColumnIndex Property

Show in webframe
Column index.
Syntax
get_columnIndex();
set_columnIndex(value);
Object.defineProperty('columnIndex');

Property Value

TypeDescription
int0-based column index of this index in the current view layout. Default value is 0
Remarks

RowIndex and ColumnIndex are updated by ImageViewerViewLayout during UpdateTransform. These values are set to the 0-based index of the item row and column in the view grid if any). The values will be used by code that requires finding the item to the left, top, right or bottom of another item such as ImageViewerSelectItemsInteractiveMode when using the arrow keys.

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file