cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable horizontal table scrolling?

07-01-2009 6:42 PM
816 views 7 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

I am having a table view on my VC layout and i have enabled about 20 columns to be displayed. When i complie and deploy the model i can see that there are no horizontal scroll bars in the table view. I get the vertical scroll bars but i dont get the horizontal scroll bars. Any idea how to activate the horizontal scroll bars?

When i check the Configure panel for the table view i can see the option SCROLL BUTTON and it is set to show. I guess that should take care of it. Any pointers?

Cheers

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

Did you try to change the file content, in table view - configure element?

Former Member
0 Likes

Hi Al,

I dont have an option "File Content" in the configure element panel for the table view. I only have an option which says "Fir Contents" and i have selected as auto.

We are on VC 7.0 version.

Cheers

Former Member
0 Likes

Maybe the default value is not the better solution. Don't you have something like fit height, or actual size..? If not, well, hmmmm, I don't know!

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

its not possibel to get the Horizontal scroll bars for a Table .

To see the all the columns you ave to enlarge the tabel in layout to fit the all the columns in the table.

Scrollbutton option is not related to this purpose.

Regards,

Govindu

Former Member
0 Likes

Hello Govindu

since you say that the horizontal scroll is not possible how to ensure that all the fields are visible? We have a scenario where we have more columns and less place in the layout to expand the table area.

If we deploy and run the model we can see that all the columns are squeezed in the available area and as a result of this the contents are not visible in the unless you drag the column one by one to reveal its contents. Any idea how to over come this?

We are on VC 7.0 version.

Former Member
0 Likes

Hi,

enlarge the table as much as you can in the layout tab horizontally such that all the fields will be visible to you.

please enlarge the model first .

Regards,

Govindu

Former Member
0 Likes

Hi,

if you want to see all your fields properly you need to do as suggested by govindu. By doing this if you want to see the fields at the end of the table you need to scroll the horizantal scroll of the window itself.

but you can try the following method to get the scroll bar only for your table.

create a nested iview in your model and adjust the size of nested iview as per your screen resolution.

now include your table in the nested iview and adjust the size of the table so that all the fields are visible properly.

By doing this you will get a scroll in your table, you need not scroll the button of the browser window.

Regards,

Rk.