Hi,
I need to remove the last extra space on the webtab which is shown below. I am using version 14.2
https://s31.postimg.org/xvv3dw6fv/forum.png
Hello,
Thank you for posting into our community. You can specify the width of the layout and also specify the tab size for each tab.
You can also go in Design mode and drag-and-drop to resize the WebTab.
Hi DeyanK,
This tab is dynamically build. I am adding the tab items dynamically, so i cannot set the widhth manually for the each tab items. Is there any css class i need to modify to remove that extra space at the end? Please suggest
you should not specify Width
Ok now it seems to be ok. But i want this webtab to be 100% width of the browser but it is now not showing till the right corner of the page. I am attaching it below.
i want the tab to be till the right side of the browser. How can i do that? please suggest any idea....
Well, I'll suggest once the WebTab is loaded to set the width of each tab to be in percentages and the sum of them should be 100%
I already told you that the tabs are not fixed on design time. Currently it is having 10 tab items. In future it may increase or decrease. So all the time i cannot modify the design and modify the width %.
Hello Tct_Anand,
As Deyan suggested you may change the tabs width every time a new tab is added on TabAdded event, so that the sum of all tabs should be 100%. How you will do the tabs width calculations is up to you. If I can provide you with further assistance, please let me know.
Regards,Tsanna