←Select platform

Columns Property

Summary

Gets or sets the number of columns of thumbnails that will be displayed.

Syntax

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

Property Value

The number of columns of thumbnails. Default is 0.

Remarks

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

Example

Refer to ThumbsDirection

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.Web Assembly