-1
A
回答
6
把電網中的股利或panel with scrollbar property
。但是這需要額外的努力,有頭表的正確alignment.Each細胞應該是grid.The其他工作的aligned with each cell
周圍是fix the header of the grid
以這樣的方式scrolling down shouldnt hide the header
內的網格。使用stylesheet
我們可以做到這一點。
在代碼中添加以下樣式並指定網格視圖或數據網格標題樣式css
。
.fixedHeader
{
font-weight:bold;
position:absolute;
background-color: #006699;
color: #ffffff;
height: 25px;
top: expression(Sys.UI.DomElement.getBounds(document.getElementById("panelContainer")).y-25);
}
"panelContainer" is the id of the panel
。 "Sys.UI.DomElement.getBounds(document.getElementById("panelContainer")).y "
給出了我們需要的面板的確切Y位置fix the header
.25像素是標頭的通常高度。 That much of space we had to leave for the header
,這樣它就不會吃掉電網內容的任何空間。通過面板控制,我們可以控制width, height, and scrollable option
。 對於我們的代碼示例,我們設置了height as 300px
,the width as 100%
,並設置面板滾動,同時只顯示vertical scrollbars
。把你的網格panel.Now內,我們必須分配上述定義GridView的HeaderStyle
<asp:Panel ID="panelContainer" runat="server" Height="300px" Width="100%" ScrollBars="Vertical">
<asp:GridView ID="gvScrollableExample" runat="server">
<HeaderStyle CssClass="fixedHeader " />
</asp:GridView></asp:Panel>
這樣我們就可以解決在網格頂部的標題和向下滾動不會滾動的CSS類網格與標題。
相關問題
- 1. WPF網格擴展列表視圖垂直滾動條丟失
- 2. 桌面視圖的垂直滾動條
- 3. 帶有垂直滾動條和固定標題的web2py網格
- 4. 修復asp.net中的垂直滾動條
- 5. 帶QtableWidget的垂直滾動條
- 6. 帶window.open的垂直滾動條
- 7. 帶垂直滾動條的jQuery vTicker
- 8. 滾動視圖中的垂直滾動
- 9. 粘性頭蓋住垂直滾動條
- 10. 固定頭隱藏垂直滾動條
- 11. 垂直滾動條
- 12. 垂直滾動條
- 13. 帶有垂直滾動條的條形圖(highstock/highchart)
- 14. 垂直滾動條不在網格中查看WPF中的列表視圖
- 15. 水平滾動時保持垂直滾動條在視圖中
- 16. HTML表格固定頭和垂直滾動條上的表體
- 17. SettingFlyout的垂直滾動條
- 18. 垂直滾動條動畫
- 19. 垂直滾動條顯示不正確
- 20. 垂直滾動的水平滾動條
- 21. 如何修正表格(水平和垂直滾動條)的標題行?
- 22. 垂直滾動網格內容
- 23. Android:垂直LinearLayout的滾動視圖
- 24. 在Android的雙垂直滾動視圖?
- 25. Silverlight數據網格垂直滾動條中的問題
- 26. Telerik的MVC擴展,網格,鉻和垂直滾動條消失
- 27. 兩個垂直滾動條
- 28. iframe垂直滾動條
- 29. jscrollpane垂直滾動條
- 30. 垂直滾動條在JTable