Skip to Content
0
May 10, 2012 at 05:53 AM

Attaching scroll bar in group

24 Views

Hi All,

I have created a group with width and height both 100% and horizontal stretch and Vertical stretch both are marked.

Inside that group i have one view container. This view container contain one view having two group again.

In WDINIT method i have set visibility property false for second group.

When user click on button (present on first group) then second group should be visible.

When i am making first view as MatrixHeadData for first group and MatrixData for Second group then it is working properly.

But when i am making first view as MatrixHeadData for first group and MatrixHeadData for Second group then Second view is not visible , I think it is crossing the group size. For that i have assign Scroll Mode to 'Auto' but still it is not showing the second group.

In-fact Scroll bar is not coming for that group.

So how to set scroll bar for the group?

Thanks and Regards

Abhishek