←Select platform

Rows Property

Summary

Number of rows to use with this layout.

Syntax

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

Property Value

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

Remarks

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

Example

For an example, refer to ViewLayout.

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