Subroutines > Detailed Descriptions > XTREE > XTREE Parameters > xtrctl
xtr’miscflags

A collection of miscellaneous on/off options affecting the entire tree:

Symbol

Value

Meaning

XTMF_TRUNCATED

&h01

Show “…” if cell contents need to be truncated for display. (This was previously a separate field, xtr’truncated)

XTMF_INTHEIGHT

&h02

For trees with fixed-height items (see XTF_VARY in flags), adjusts overall tree height to avoid the partial display of an item at the bottom.

XTMF_INHERITBG

&h04

Causes the left margin area (if any) to inherit the background color of the first column, rather than the default background color of the tree. See example below.

 

Note: this field was defined in 5.1.1151.0, and overlays the old xtr’truncated field, which is now deprecated.

Here is an example of the effect of the XTMF_INHERITBG flag:

Here it is without XTMF_INHERITBG: