Saturday, March 24, 2012

TabContainer - Multirow or/and scrolling ?

Hello !

I saw that scrollbars property of the tabcontainer reference the body of the tabcontainer...Is there some workaround for implementing of multirow or scrolling of the tabs in tabcontainer ? If NO , is there any ideas to be implemented such functionalities in further Ajax versions ? (for us it's very important desicion)...

Regards,

Toma.

Hello Toma!

I'm not sure if I have the same problem as you.

I need to have many TabPanels in the TabContainer, but the TabPanel headers appear in one line, even if the TabContainer width is set to a small size. Is it possible to have TabPanel headers broken into several lines, so that the TabPanel headers have the same width as the TabContainer (just like in WinForms)?

If you had the same problem please tell me how it was solved.

Many thanks,

VARGA Tamas


Hi,,Anyone had resolved this ? is there an attribute to make it multi row ?

thx allBig Smile


See Work item8843. It talks about this issue. Please vote for it if you would like to see the change.

kirtid:

See Work item8843. It talks about this issue. Please vote for it if you would like to see the change.


your link referenced:
The server has experienced an error.
CodePlex was having some issues that day. It is up and running now.
Hi all.

I resolved this problem with embeded style on the page.

<style type="text/css">

.ajax__tab_default .ajax__tab_header { white-space:normal !important }
</style

Shukhrat Karimov:

Hi all.

I resolved this problem with embeded style on the page.

<style type="text/css">

.ajax__tab_default .ajax__tab_header { white-space:normal !important }
</style

yeah, it works!
regards dude!

Thank you, I have used this css in my project and it works very well .

I need a solution just like here, in the edit profile page: a TabContainer which has many TabPanels inside, and if the browser window is resized,
the TabPanels headers adjust to the new size, breaking into two or more lines if necessary.

No comments:

Post a Comment