問題
如何 讓GridView超出高度時自動顯示捲軸
解決方法
<style type="text/css">
#grid-view-container
{
height: auto;
overflow: scroll;
max-height: 450px;
}
</style>
<div id="grid-view-container" style="width:98%;height:380px;z-index:99999;margin-left:5px;margin-top:5px;">
gridview here....
<div>
沒有留言:
張貼留言