←Select platform

Columns Property

Summary

Number of columns to use with this layout.

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

Property Value

The number of columns to use with this layout. Default value is 1.

Remarks

For more information on how this value effect the layout, refer to ImageViewerVerticalViewLayout.

Example

For an example, refer to ViewLayout.

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

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