Contents

noteHeightOfRowsWithIndexesChanged(_:inColumn:)

Immediately retiles the browser’s columns using row heights specified by the browser’s delegate.

Declaration

func noteHeightOfRowsWithIndexesChanged(_ indexSet: IndexSet, inColumn columnIndex: Int)

Parameters

  • indexSet:

    The indexes of the rows to resize.

  • columnIndex:

    The column to retile.

Discussion

The browser’s delegate must implement

See Also

Updating Browsers