Adding scrollbar to a Group in AX 2012 form

回眸只為那壹抹淺笑 提交于 2019-12-24 01:00:00

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!