Method | Description | |
---|---|---|
WithLabel ( this widget, string label, bool horizontal = false, bool expand = true, bool fill = true ) : Box | ||
WithScroll ( this widget, ScrollPolicy vertical = ScrollPolicy.Automatic, ScrollPolicy horizontal = ScrollPolicy.Never ) : |
public static WithLabel ( this widget, string label, bool horizontal = false, bool expand = true, bool fill = true ) : Box | ||
widget | this | |
label | string | |
horizontal | bool | |
expand | bool | |
fill | bool | |
return | Box |
public static WithScroll ( this widget, ScrollPolicy vertical = ScrollPolicy.Automatic, ScrollPolicy horizontal = ScrollPolicy.Never ) : |
||
widget | this | |
vertical | ScrollPolicy | |
horizontal | ScrollPolicy | |
return |