Skip to content

IconViewRowNumberSetup Method

Description

Combination of the IconViewSetup and ShowRowNumber methods.

Syntax

Public Sub IconViewRowNumberSetup( _
    ByVal [ColumnIndex](#) As Integer, _
    ByVal [IconIndex](#) As Integer, _
    ByVal [bUseForRowNumber](#) As Boolean, _
    ByVal [nRecordNumbersWidth](#) As Integer _
)

Parameters

  • ColumnIndex
    Column from which to display the caption data in IconView.

  • IconIndex
    Index of an icon in the image manager to display for all items in IconView. See description below on how to change icons for individual items.

  • bUseForRowNumber
    True to create a record number column, False to only create an Icon View column.

  • nRecordNumbersWidth
    Width of record column if created.

Remarks

See descriptions for IconViewSetup and ShowRowNumber. This was added per customer request; you will most likely want to use the two methods mentioned above.

See Also


See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.