Error processing SSI file
(Leadtools.Controls)

Show in webframe

AlignColumn Method




Index of the first item in itemBounds to align.
Index of the last item in itemBounds to align.
Array of item bounds to update.
This column height in pixels.
Largest column height found in the layout.
Alignment to use.
Align the items to even distances in a column.
Syntax
'Declaration
 
Protected Overridable Sub AlignColumn( _
   ByVal firstItemIndex As Integer, _
   ByVal lastItemIndex As Integer, _
   ByVal itemBounds() As LeadRectD, _
   ByVal columnHeight As Double, _
   ByVal totalHeight As Double, _
   ByVal alignment As ControlAlignment _
) 

Parameters

firstItemIndex
Index of the first item in itemBounds to align.
lastItemIndex
Index of the last item in itemBounds to align.
itemBounds
Array of item bounds to update.
columnHeight
This column height in pixels.
totalHeight
Largest column height found in the layout.
alignment
Alignment to use.
Remarks

This method is used by UpdateTransform.

Requirements

Target Platforms

See Also

Reference

ImageViewerViewLayout Class
ImageViewerViewLayout Members

Error processing SSI file