Hi Thomerson

below code mentioned but it is not showing any scroll bar 
is any other way is their


<body>

 
 <div id="pagecontent">

 <wicket:panel wicket:id="panel"
style="width:120px;height:120px;overflow-y:scroll;padding:5x">

 <h5 align="right">DataView Navigator</h5>

                        <table class="report" cellspacing="0" cellpadding="0" 
style="margin-top:
15px; padding-left: 50px;">
                                
                                <thead>
                                        <tr>
                                        <th ></th>

                                </tr>
                                </thead>
                                <tbody>
                                <tr wicket:id="alertRow">
<td></td>
<td></td>
                                  </tr>
                                
                                </tbody>
                        </table>
                        
                 </wicket:panel>        
        
                </div>
 
      </body>

 </html>

Thank you
Aruna

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2325315.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to