getFullContentWidth();
The getFullContentWidth method returns width of all titles including msrgins.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Get tree titles caps = Tree.getCaptions(); // get width of all titles caps.getFullContentWidth();
After executing the example the width of all titles is obtained.
See also: