I have a datagrid in such a way that I set the header not visible and I put a fixed size table as a header instead. Then the datagrid is wrapped in a div which has the attribute "overflow-y:scroll", so I can scroll and view all the datagrid contents as well as the column headers:

This works fine but its quite ugly. Look the following picture:

Okey, What I want is put the scrollbar "up arrow" next to the fixed header (a html table) but in such a way that I was still able to see the header while scrolling.
How can I achive this? thank you.