views:

135

answers:

1

Currently when sorting in a flex grid, the sort arrow that shows whether the column is sorted ascending or descending is right aligned to the column. Is there anyway to change the position of the sort arrow, such as applying padding?

+3  A: 

You would probably have to extend the DataGridHeader class and override the placeSortArrow() method.

Robusto