cancel
Showing results for 
Search instead for 
Did you mean: 

Tree with scrollbars

Former Member
0 Kudos

Hi Experts,

I have a requirement where I need to put tree UI element and table on the same view. Now whenever I expand my tree the table control should not move and beyond a limit. So I want to put scroll bars to my tree ui element. Can anyone give me the solution to this problem?

Points will be rewarded. Thanks in advance!

Cheers,

Parag.

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_szcs
Active Contributor
0 Kudos

Hi Parry,

You can use a Table with a tree column to achieve what you like without using a scrollcontainer. Starting with SP11, the table features a scrollbar.

Best regards,

Thomas

Former Member
0 Kudos

Hi,

see <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/ac884118aa1709e10000000a155106/frameset.htm">here</a> and note the application parameter WDTABLEPAGINATION.

Regards, Heidi

Former Member
0 Kudos

Hi Parag,

For specific row count you need to set the property VisibleRowCount to the desired number in table UI element.. as for the scroll bars i guess it should have come on its own .. but i would suggest you to go to help.sap.com since older version of table control was depricated and we are on newer version so that might be the reason ..

Regards,

Anoop

Former Member
0 Kudos

Hi,

in the stqndard containers there is a UI element scroll container

this one you can set to a specific height,

all you need is to insert the uielement of your tree

grtz

Koen