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
Request clarification before answering.
Hi,
Did you try to change the file content, in table view - configure element?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.