suggestHeight

fun suggestHeight(value: Double)

Request that the View's height value be updated.

NOTE: this does not guarantee that View.height will be changed. That depends on constraints placed on this View by any Layout.

Parameters

value

suggested

See also