:: Forum >> Version 1 >>

Inconsistency in layout settings?

More information on this topic is available in the documentation section: /active.howto.style.headers/column-header-height.html.

Why do I have to set the row header widthand the column header height via object properties and not directly via style sheets (css)?


// set headers width/height
obj.setRowHeaderWidth("0px");
obj.setColumnHeaderHeight("20px");


Andreas
Friday, April 1, 2005
Wouldn't it be more consistent to set that in the style sheet? Or is there a way to set it in the style sheet without the need of the posted lines?

// set headers width/height
       
obj.setRowHeaderWidth("0px");
       
obj.setColumnHeaderHeight("20px");
 
PS: In the previous post I pressed the wrong style button.
Andreas
Friday, April 1, 2005
Yes, you can do it both with script and css (I added this to the documentation):

http://www.activewidgets.com/grid.howto.style.headers/row-header-width.html
http://www.activewidgets.com/grid.howto.style.headers/column-header-height.html
Alex (ActiveWidgets)
Monday, April 4, 2005



This topic is archived.

Back to /active.howto.style.headers/column-header-height.html

Documentation:

Forum search