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