0
PXSmartPanelウィンドウを2 Gridに分割することは可能ですか?これまで私が試したことはありますが、うまくいきません。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>
これは動作しますが、感謝のAロット。 – JeffreyDRL