Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Flash Builder 4.6のDatagridを変更して、ヘッダーに2つの行を含める必要があります。
たとえば、「ItemQty」のような列ヘッダーの代わりに。列ヘッダーの2行に次のように表示したい
「アイテム」「数量」
私はHeaderRendererが必要だと思いますが、1行ではなく2行を使用するように設定する方法がわかりません。
ヘルプ!
こちら で説明されているように、MultiLineCell レンダラーを試してみてください。