Application Development and Automation 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: 
Read only

Tree Control - horizontal scrolling?

Former Member
0 Likes
544

Hi all,

I have a Problem:

I want to build a tree with >30 Colums.

My Problem now is, that I cant see Colum 14 - End.

If I make the first columns Smaller, they appear, but I dont get a horizontal scroll bar.

is there any chance of getting one?

THX

Markus Völker

P.S. I know its not a very good idea to build over 30 columns in a tree, but its a proof-of-concept!

4 REPLIES 4
Read only

Former Member
0 Likes
502

hello,

check sample program SAPCOLUMN_TREE_CONTROL_DEMO ...

regards,darek

Read only

0 Likes
502

If there are so many columns why not use SALV_TREE instead !

Read only

0 Likes
502

SALV_TREE doesn't exist on 4.6C AFAIK

and the report gives me a scrollable First Column, not the whole Tree

Read only

0 Likes
502

Can you use Dcoking_container in 4.6 ?. Docking allows scrolling and parent of Tree would be Docking..