cancel
Showing results for 
Search instead for 
Did you mean: 

Scroll bar for Tree Control

Former Member
0 Kudos

Hi,

Is there any way to attach a scroll container to a Tree Control ?

I have a Tree UI element with huge data.In this case user needs to scroll down in the IE.

I don't want such a scrolling in IE .

For Group control we can attach scrollbars.Is there anyway we can do the same in the case of Tree control ?

Regards

Anilkumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I have tried this option.But doesn't work.

Regards

Anilkumar

Former Member
0 Kudos

What exactly does not work? Which Web Dynpro version are you using?

Armin

Former Member
0 Kudos

Hi,

I working on SP7.

1) I have placed a Scrollcontainer on the view.

Set the scrolling mode to both.

2) I have inserted a Tree control in the above scrollcontainer and tree is bound to a context .

3) During runtime, if i have huge data in the context, then i am not getting any scroll bar

in the scroll container.

Regards

Anil

Former Member
0 Kudos

I bet you did not define fix height (in px) for scroll container.

Try do this, otherwise scrolling doesn't work.

Regards,

VS

Former Member
0 Kudos

Hi VS,

Thanx a lot.Its working.

Regards

Anilkumar

Former Member
0 Kudos

Put the tree into a IWDScrollContainer.

Armin