'Declaration Protected Function LayoutVerticalSubItems( _ ByVal item As SmartItem, _ ByVal topOffset As Integer, _ ByVal leftMargin As Integer, _ ByVal rightMargin As Integer _ ) As Integer
'Usage Dim instance As SmartLayout Dim item As SmartItem Dim topOffset As Integer Dim leftMargin As Integer Dim rightMargin As Integer Dim value As Integer value = instance.LayoutVerticalSubItems(item, topOffset, leftMargin, rightMargin)
protected int LayoutVerticalSubItems( SmartItem item, int topOffset, int leftMargin, int rightMargin )
Parameters
- item
- A reference to a SmartItem representing the SmartItem whose child SmartItems' layouts are to be updated.
- topOffset
- A value representing the offset at which to start disposing the SmartItems.
- leftMargin
- A value representing the left margin of the layout.
- rightMargin
- A value representing the left margin of the layout.
Return Value
The total height of layout's SmartItems.