99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

ASP.NET ListBox Rows 屬性

2018-09-18 07:50 更新

ASP.NET Rows 屬性


ListBox 控件 ListBox 控件

定義和用法

屬性用于獲取或設(shè)置 ListBox 中的可見行數(shù)(無滾動)。

語法

<asp:ListBox Rows="num" runat="server">
Some Content
</asp:ListBox>

屬性 描述
num 規(guī)定 ListBox 中的可見行數(shù)(無滾動)。


實例

下面的實例設(shè)置 ListBox 控件的 Rows 屬性:

<form runat="server">
<asp:ListBox id="lb1" Rows="5" runat="server">
??<asp:ListItem Value="Item1" />
??<asp:ListItem Value="Item2" />
??<asp:ListItem Value="Item3" />
??<asp:ListItem Value="Item4" />
??<asp:ListItem Value="Item5" />
</asp:ListBox>
</form>

演示實例 ?

ListBox 控件 ListBox 控件
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號