←Select platform

ColumnIndex Property

Summary

Column index.

Syntax
C#
C++/CLI
public int ColumnIndex { get; set; } 
public:  
   property int ColumnIndex 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

0-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.

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 Assembly

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