Provider

interface Provider

Inheritors

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val fixedHeight: Double?
Link copied to clipboard
abstract val numItems: Int

Functions

Link copied to clipboard
abstract fun getItemHeight(index: Int): Double
Link copied to clipboard
abstract fun getItemView(index: Int, vlist: UIVerticalList): View
Link copied to clipboard
open fun getItemY(index: Int): Double