Back to product page

Arrange property


Arranges icons inside FtpDLX view.

Type

An ArrangeEnum enumeration. Determines how are icons arranged.

Syntax

  • Basic
object.Arrange [= value]
The Arrange(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueAn ArrangeEnum enumeration, as described in settings.

Remarks

Settings

The settings for value are:

Constant Value Description
AutoLeft0 Aligns items along the left edge of the window.
AutoTop 1 Aligns items along the top edge of the window.
None2 None.


This property determines how the icons in a wodFtpDLX control's Icon or SmallIcon view are arranged. It defaults to AutoLeft

Platforms

Windows