getFixedCaptionsCount();
The getFixedCaptionsCount method returns the number of titles with fixed width.
Title width is fixed, set in pixels, and relative, set in percents.
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 number of titles with fixed width caps.getFixedCaptionsCount();
After executing the example the number of titles with fixed width is obtained.
See also: