Acumatica Mobile:控制容器行中的行数

时间:2019-05-06 22:49:44

标签: c# acumatica

全部

我有一个移动的Acumatica页面:

<sm:Screen xmlns:sm="http://acumatica.com/mobilesitemap" 
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       DisplayName="Superannuation" 
       Id="MPES3013" 
       Icon="system://Credit"         
       Type="SimpleScreen"
       OpenAs="Form">



<sm:Container Name="SuperannuationDetails" 
                FieldsToShow="3" 
                DisplayName="Superannuation Details" 
                >
    <sm:Attachments Disabled="true"/>
    <sm:Field Name="FundName" ForceIsDisabled="true" />
    <sm:Field Name="ContributionType" ForceIsDisabled="true"/>
    <sm:Field Name="Category"  ForceIsDisabled="true" />
    <sm:Field Name="MemberID" ForceIsDisabled="true"/>
    <sm:Field Name="CalculationMethod" ForceIsDisabled="true"/>
    <sm:Field Name="Value" ForceIsDisabled="true"/>
    <sm:Field Name="ESCTRate" ForceIsDisabled="true"/>
  </sm:Container>
  <sm:Container Name="EmployeeInfoEmployeeCode" FormActionsToExpand="1">
  </sm:Container>
</sm:Screen>

我可以控制要在行中显示多少个字段,但是布局并不令人满意。 它在2行中显示3个字段:

enter image description here

如何显示模拟中的所有3个字段:

enter image description here

有可能吗?

我们能做到吗?

我将不胜感激。

0 个答案:

没有答案