Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Control In The Screen

Former Member
0 Kudos

Hi,Expert,

I split my screen with an area using component 'Custom Contorl' ,and I set the

Horizontal resizable(the whole screen is wide enough),but I could not resize that area,So how could I achieve that?

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

why don't you use Splitting Container - see Tcode SE83:

or demo-programs like "RSDEMO_EASY_SPLITTER_CONTROL" or

"RSDEMO_SPLITTER_CONTROL"

Regards

3 REPLIES 3

Former Member
0 Kudos

hi,

why don't you use Splitting Container - see Tcode SE83:

or demo-programs like "RSDEMO_EASY_SPLITTER_CONTROL" or

"RSDEMO_SPLITTER_CONTROL"

Regards

Former Member
0 Kudos

Use the following method.

call method lo_splitter->set_column_width

exporting

id = id_no

width = width

Albert

Former Member
0 Kudos

Hi,Expert,

Thanks very much.