ListView.Arrange Method | |
Align list view items while in icon view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Arrange(
kAlignment
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Arrange(
Usual kAlignment = default
)
Request Example
View SourceParameters
- kAlignment (Optional)
- Type: Usual
One of the following constants describing how to align the list view items:
Return Value
Type:
Usual
TRUE if the item was arranged successfully; otherwise, FALSE.
Remarks Constant | Description |
---|
LVA_ALIGNLEFT | Aligns items along the left edge of the window. |
LVA_ALIGNTOP | Aligns items along the top edge of the window. |
LVA_DEFAULT | Aligns items according to the list view's current alignment styles (the default setting). |
LVA_SNAPTOGRID | Items are snapped to the nearest grid position. |
See Also