toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.ui
/
UIVerticalList
/
Provider
Provider
interface
Provider
Inheritors
Dummy
Members
Types
Dummy
Link copied to clipboard
object
Dummy
:
UIVerticalList.Provider
Properties
fixed
Height
Link copied to clipboard
abstract
val
fixedHeight
:
Double
?
num
Items
Link copied to clipboard
abstract
val
numItems
:
Int
Functions
get
Item
Height
Link copied to clipboard
abstract
fun
getItemHeight
(
index
:
Int
)
:
Double
get
Item
View
Link copied to clipboard
abstract
fun
getItemView
(
index
:
Int
,
vlist
:
UIVerticalList
)
:
View
get
Item
Y
Link copied to clipboard
open
fun
getItemY
(
index
:
Int
)
:
Double