0
是否可以將PXSmartPanel窗口拆分爲2個網格?這是迄今爲止我嘗試過的,但它不起作用。如何使用PXSplitContainer拆分PXSmartPanel窗口
<px:PXSplitContainer>
<template1>
<px:PXSmartPanel>
<px:PXFormview>
...
...
</px:PXFormview>
<px:PXGrid>
...
...
</px:PXGrid>
</template1>
<template2>
<px:PXGrid>
...
...
</px:PXGrid>
</template2>
</px:PXSmartPanel>
</px:PXSplitContainer>
這個工作,非常感謝許多。 – JeffreyDRL