gwt-ext 中的选项卡面板

发布于 2024-10-02 09:51:25 字数 341 浏览 11 评论 0原文

大家好 我正在使用选项卡面板(带有单个选项卡)。 在此选项卡面板中,我添加另一个选项卡面板(带有单个选项卡)。 在上面的选项卡面板中,我添加了另一个选项卡面板。 (有 15 个选项卡)。

对于第三个&最里面的选项卡面板我使用了自动水平选项卡滚动 true。像这样:

taskTabPanel.setEnableTabScroll(true);

最里面的选项卡有 15 个选项卡。 现在我的问题是,当单击右侧水平滚动按钮时,它将在 12 个选项卡上正常工作。 (即它将正确滚动到 12 个选项卡),但是在第 12 个选项卡之后它无法正确滚动。
任何人都可以帮我解决这个问题吗?

提前致谢

Hello all
I am using Tab Panel (With single tab).
In this Tab Panel I am adding another Tab Panel (With single tab).
In the above Tab Panel I am adding another Tab Panel. (With 15 tab).

And for third & inner most Tab Panel I used auto horizontal tab scroll true. Like this :

taskTabPanel.setEnableTabScroll(true);

There are 15 tabs in the inner most tab.
Now my problem is that while clicking on the Right Horizontal scroll button It will work fine for 12 tab. (i.e It will scroll up to 12 tab correctly),But after 12th tab it is not scrolling properly.
Can any one help me out of this.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

知你几分 2024-10-09 09:51:25

大家好
我解决了这个问题。我不明白实际问题是什么,但我在这里描述了我所做的事情。
最里面的选项卡面板(有 15 个选项卡)的宽度设置为 100%。
我将其更改为以像素为单位(750px)。
现在它工作正常。

Hello all
I solved this issue.I am not getting what is th actual problem But what i did I am describing here.
Width of inner most Tab Panel (with 15 tab) is set to 100%.
I changed it to in pixel (to 750px).
Now its working fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文