現在、私はこのコードを持っています:
<s:DefaultGridHeaderRenderer maxDisplayedLines="2" textAlign="center"/>
しかし、私が持っているのに、それは機能していませんtextAlign="center"
! 助けてくれてありがとう。
現在、私はこのコードを持っています:
<s:DefaultGridHeaderRenderer maxDisplayedLines="2" textAlign="center"/>
しかし、私が持っているのに、それは機能していませんtextAlign="center"
! 助けてくれてありがとう。
独自<s:DefaultGridHeaderRenderer />
に作成し、行の下に追加/編集して、中央揃えのヘッダーを取得します。
<s:Label id="labelDisplay"
verticalCenter="1" left="0" right="0" top="0" bottom="0"
textAlign="center"
fontWeight="bold"
verticalAlign="middle"
maxDisplayedLines="1"
showTruncationTip="true" />