Description
Arranges the icons in rows.
Applies to
ListView controls
Syntax
listviewname.Arrange ( )
| 
                                            
                               Argument  | 
                           
                                            
                               Description  | 
                        
|---|---|
| 
                                            
                               listviewname  | 
                           
                                            
                               The name of the ListView control in which you want to arrange icons  | 
                        
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs.
Usage
Can only be used with large icon and small icon views.
Examples
This example arranges the icons in a ListView control:
lv_list.Arrange()


