0

Portal Layout Scrollbar

asked 2015-06-02 15:41:31 +0800

IngoB gravatar image IngoB flag of Germany
256 6

updated 2015-06-02 15:42:39 +0800

Hi,

I got a borderlayout and in the center a portallayout. To the portallayout I'm adding new panels. If I'm adding more panels than the height of portallayout no scrollbar appears.

<center border="none">
    <portallayout maximizedMode="whole" vflex="true" > 
        <portalchildren width="100%" />
    </portallayout>
</center>

Any idea how to make it like a "normal" component, not expanding but scrollable?


ZK Live Portallayout: If you try to stack the panels, the layout is expanding and not scrollable.

delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2015-07-07 05:36:16 +0800

Dhanasiddharth gravatar image Dhanasiddharth flag of India
26 2

Try wrapping portal layout in a div like,

<center border="none">
<div vflex="true" style="overflow:scroll">
    <portallayout maximizedMode="whole"> 
        <portalchildren width="100%" />
    </portallayout>
</div>
</center>
link publish delete flag offensive edit
Your answer
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
1 follower

RSS

Stats

Asked: 2015-06-02 15:41:31 +0800

Seen: 13 times

Last updated: Jul 07 '15

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