3.2.0

How can I change the row heading width?

I am trying to change the row heading width and I can't seem to do so. any pointers?

Nicholas
October 31,


To change the row header width you need to modify four style settings. Here is the example how to set a row header width to 50px:

<style>
.active-scroll-left, .active-scroll-corner {width: 50px}
.active-scroll-top, .active-scroll-data {padding-left: 50px}
</style>

If you put 0px instead – the row headers will be completely hidden.

This style manipulation is not very obvious, so I probably need to create a javascript method (setRowHeaderWidth ?) to apply all necessary style changes in one go.


This is how you can set column header height:

<style>
.active-scroll-top, .active-scroll-corner {height: 25px}
.active-scroll-left, .active-scroll-data {padding-top: 25px}
</style>


I noticed a few bugs, which I’ll try to correct in the next release:

- height of the column headings filler (rightmost element) doesn’t change
- sort indicator is not aligned
- underscore character may appear below column resize area
- gecko only: column header text aligned to the top

Please let me know if you see more...

Alex (ActiveWidgets)

Alex (ActiveWidgets)
October 31,
how to explain row heaging

liou
April 20,

This topic is archived.

See also:


Back to support forum