Analytics

2016年6月28日 星期二

[CSS]如何 讓GridView超出高度時自動顯示捲軸 (Automatic display scroll how GridView exceed height)


問題
如何 讓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>

沒有留言:

熱門文章