getMaxHeightInRow

fun getMaxHeightInRow(start: Int, end: Int, componentTreeHolders: List<ComponentTreeHolder>): Int

Return the max height in the componentTreeHolders, the range is from position start to position end (excluded).