Rows Property

Summary
Gets or sets the number of rows of thumbnails that will be displayed.
Syntax
C#
VB
C++
public int Rows { get; set; } 
  
Public Property Rows As Integer 
public: 
property int Rows { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of rows of thumbnails that will be displayed. Default is 0.

Remarks

A value of 0 means the control will dynamically calculate the number of rows based on the LayoutDirection property value.

Example

Refer to ThumbsDirection

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly

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