问题
I need to set scrollbar in a Group as shown below since there are many more vertical fast tabs are available which are getting hide when opening any tab as you can see below . I have used tab and selected style as Fasttab. I have tried to set Scrollbar property of tab and its tabpages to yes but for no result.

Any help would be great!!!
回答1:
I have resolved the issue. by setting height and width properties correctly. properties are:
Group:-
Height:column width
width :column width
Tab:-
Height:column width
width :column width
Tabpages:
Height:Auto
width :column width
That's it!!
回答2:
I have perfect solution :)
Add a new Group in the from. Nothing in it.
Set HideEmpty=false.
Set Height=ColumnHeight, Width=ColumnWidth
Set forms Height=Auto, Width=Auto.
That is all.
Form can be Re-size
, the scroll bar shows.
来源:https://stackoverflow.com/questions/14414807/adding-scrollbar-to-a-group-in-ax-2012-form