treePadding

defines padding between separate trees, if any

number treePadding;

Example

webix.ui({
  view:"diagram",
  treePadding: 150, });

Related samples

Details

The property is allows defining margin between independent trees (trees that do not share a common root). The property requires the autoplace to be enabled.

See also
Back to top