gwt-ext 中的选项卡面板
大家好 我正在使用选项卡面板(带有单个选项卡)。 在此选项卡面板中,我添加另一个选项卡面板(带有单个选项卡)。 在上面的选项卡面板中,我添加了另一个选项卡面板。 (有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大家好
我解决了这个问题。我不明白实际问题是什么,但我在这里描述了我所做的事情。
最里面的选项卡面板(有 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.