
Use this method to set the configuration of the splitter bar for the columns.
call method splitter_container->set_column_sash
exporting
id = id
type = type
value = value
importing
result = result
exceptions
cntl_error = 1
cntl_system_error = 2.
|
Parameter |
Meaning |
Possible Values |
|---|---|---|
|
ID |
ID of the splitter bar |
The first splitter bar has the value 1, and so on |
|
type |
Attribute of the splitter bar |
type_movable |
|
value |
Value of the attribute |
|
|
Result |
Result |
If you want to change the splitter bar attribute, change the value of type to type_movable and then choose the corresponding value of the attribute.