Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
PictureAlignment Property (ListView Control)
See Also Example Applies To
Returns or sets a value that determines the picture alignment of an object.
Syntax
object.PictureAlignment [= integer]
The PictureAlignment property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| integer | A numeric expression that determines the alignment of pictures as shown in Settings. |
Settings
The settings for integer are:
| Constant | Value | Description |
| lvwTopLeft | 0 | Top left. |
| lvwTopRight | 1 | Top right. |
| lvwBottomLeft | 2 | Bottom left. |
| lvwBottomRight | 3 | Bottom right. |
| lvwCenter | 4 | Centered. |
| lvwTile | 5 | (Default) Tiled. |