ListView.ViewBoundingBox Property (Typed) | |
The bounding box that encloses all of a list view's items when in icon view or small icon view.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ViewBoundingBox AS BoundingBox GET
public virtual BoundingBox ViewBoundingBox { get; }
Request Example
View SourceProperty Value
Type:
BoundingBoxThe bounding box that encloses all of a list view's items when in icon view or small icon view.
See Also