ItemsLayout Property

Summary

Gets or sets the value that indicates the layout style for the ImageListView.

Syntax
C#
VB
C++
public ImageListViewItemLayout ItemsLayout { get; set; } 
  
Public Property ItemsLayout As ImageListViewItemLayout 
public: 
property ImageListViewItemLayout ItemsLayout { 
   ImageListViewItemLayout get(); 
   void set (    ImageListViewItemLayout ); 
} 

Property Value

The ImageListViewItemLayout value that represents the layout style.

Remarks
  • Flow layout - arranges items from left to right and top to bottom.
  • Grid layout - arranges items in a rows and columns.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly