TreeView.setStretch

Convenience method to enable or disable stretching for the tree column. This controls how this column react when other columns or the parent widget is resized.

class TreeView
setStretch
(
this T
)
(
bool stretch
)

Parameters

stretch bool

true for enabling stretching, false to disable.

Return Value

Type: auto

This widget to aid method chaining.

Meta