Use this method to set the width of the hierarchy heading.
CALL METHOD list_tree->hierarchy_header_set_width
EXPORTING width = width
width_pix = width_pix
EXCEPTIONS tree_has_no_headers = 1
failed = 2
cntl_system_error = 3.
Parameters |
Description |
width |
Width of the heading |
width_pix |
' X ': The length is interpreted in pixels.‘ ‘: The length is interpreted in characters. |