3.2.0

Remove last header / Disable horrizontal scroll?

Hi..great work!

I found your toolkit just yesterday, and i allready love it!

Is it possible to remove te last header or set the width of each header in % or limit the columnresize?
My goal is to prevent the horizontal scrollbar to appear.

I tried this without succes :(

.active-column-0 {width: 20%;}
.active-column-1{width: 20%;}
.active-column-2 {width: 20%;}
.active-column-3 {width: 20%;}
.active-column-4 {width: 20%;}

My goal is to prevent the horizontal scrollbar to appear.

Hope you can help...
OB452
January 14,
This will disable horizontal scrollbar:

<style>
.active-scroll-space {width: 0px!important;}
</style>
Alex (ActiveWidgets)
January 14,
Where do you place the following in the page:

<style>
.active-scroll-space {width: 0px!important;}
</style>
Suzanne
September 27,
Top of the page within <head></head> tag.
John Ophof http://open-modeling.sourceforge.net
September 27,

This topic is archived.

See also:


Back to support forum