ListView.GetItemSpacing Method | |
Return the spacing between list view items in icon view or small icon view.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetItemSpacing(
symView
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetItemSpacing(
Usual symView = default
)
Request Example
View SourceParameters
- symView (Optional)
- Type: Usual
The symbolic name of the view whose spacing you want to obtain. This value can be #IconView or #SmallIconView. If omitted, the spacing of icon view is reported.
Return Value
Type:
Usual
The amount of spacing between items.
See Also