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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

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