0

There is a Frozen scrollbar on the right side of my grid on ZK 6.5 and I need to make it dissappear.

asked 2012-12-28 19:19:47 +0800

tamojoy gravatar image tamojoy
3

Hi , below is my code -

<vbox style="position:relative;overflow-y:auto;" width="100%">
<grid fixedLayout="true" model="@{model.somelist}" mold="paging" paginal="${pagingList}">
<columns sizable="true">
<column width="4%">
<image src="/img/spacer.gif" />
</column>
<column tooltiptext="col1" width="96%">
<label value="col1" />
</column>
</columns>
<rows>
<row value="abcd" />
</rows>
</grid>
</vbox>

I see a frozen vertical scrollbar on the right side of the grid which I need to get rid of. Can anybody please help . Thanks in Advance.

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-12-30 19:23:05 +0800

rdgrimes gravatar image rdgrimes
735 7

How about putting it up on ZKFiddle so that folks trying to help you don't have to mock up the model for you, since you left it out of your code example?

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-12-28 19:19:47 +0800

Seen: 47 times

Last updated: Dec 30 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More