0
我想使用HDividedBox並調整大小問題。 確實,當我縮小手風琴部件的寬度時,清單並未減少。 下面找到我的代碼HDividedBox Accordion List resize
<mx:HDividedBox width="100%"
height="100%"
color="0x323232">
<mx:Accordion width="40%" height="100%" >
<s:NavigatorContent width="100%" label="Courriers">
<s:List id="liCourriers" borderVisible="false"
width="100%"
change="itemCOIndexChangeHandler(event)" dataProvider="{DP_PAT_COURR}">
</s:List>
</s:NavigatorContent>
<s:NavigatorContent width="100%" height="100%" label="Courriers Images">
</s:NavigatorContent>
<s:NavigatorContent width="100%" height="100%" label="Docs Entrant">
</s:NavigatorContent>
</mx:Accordion>
<mx:HTML height="100%"
width="60%"
id="coContent"
borderVisible="true"
>
</mx:HTML>
</mx:HDividedBox>
感謝您的幫助
謝謝,但這個問題上水平方向存在,所以我不看不出爲什麼給高度可以解決這個問題? – Flex60460