Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

TabStrip Scroll Bar

Former Member
0 Likes
1,476

Hi All,

I have a concern regarding using tabstrip control.

I want to display a report with tabstrip control with one tab as Summery of the report and other as Detailed description of the report.

I have created a tabstrip control with function type as P.

My details tab contains many coloumns to be displayed so both the scrollbars are appearing for the details tab for that subscreen area.

However, there is one more horizontal scroll bar coming, i am not sure if it is for the tabstrip control or the summery tab's subscreen area.

In turn, while displaying the Details tab i am getting 2 horizontal scroll bars.....one for the subscreen area of the details tab and one more as mentioned above.

Please suggest me the approach so that i can use the same horizontal scroll bar in both the tabs.

Thanks in advance for your replies.

Regards,

Anuja.

Hi All,

I have a concern regarding using tabstrip control.

I want to display a report with tabstrip control with one tab as Summery of the report and other as Detailed description of the report.

I have created a tabstrip control with function type as P.

My details tab contains many coloumns to be displayed so both the scrollbars are appearing for the details tab for that subscreen area.

However, there is one more horizontal scroll bar coming, i am not sure if it is for the tabstrip control or the summery tab's subscreen area.

In turn, while displaying the Details tab i am getting 2 horizontal scroll bars.....one for the subscreen area of the details tab and one more as mentioned above.

Please suggest me the approach so that i can use the same horizontal scroll bar in both the tabs.

Thanks in advance for your replies.

Regards,

Anuja.

2 REPLIES 2
Read only

Former Member
0 Likes
729

Hi Anuja ,

this is happening because your data in subscrenn is takin more space than defined .

i think you can try removing the horizontal scroll of the tabstrip by checking out the

resizeable option

in attributes of Sub screen area .

Do the same for the table control : To remove the scrollbar of table control just check out the in resizing attributes of table control area

I think this should work for you .

But i would like to give a suggestion it would be better if you remove the scrollbar of the tabstrip control since the data may be

more so to accomodate them tablecontrol should be resizable .

Thanks and Regards

Aditi Wason

Read only

Former Member
0 Likes
729

This message was moderated.