WidgetSpecific.setHeight

Specifies the height to assign to the item's widget. If this option is not specified, or if it is specified as zero, then the widget is given whatever height it requests internally.

mixintemplate WidgetSpecific()
setHeight
(
this T
H
)
()
if (
is(H == int) ||
is(H == Nullable!(int))
)

Parameters

height H

The widget height.

Return Value

Type: auto

This item to aid method chaining.

Meta