←Select platform

RowIndex Property

Summary

Row index.

Syntax

C#
VB
C++
public int RowIndex { get; set; } 
Public Property RowIndex() As Integer 
   Get 
   Set 
public:  
   property int RowIndex 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

0-based row 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly