HtmlTable.Width 屬性(System.Web.UI.HtmlControls)

文章推薦指數: 80 %
投票人數:10人

Width = WidthSelect.Value; }

HtmlTable Example
-//W3C//DTDXHTML1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> voidButton_Click(Objectsender,EventArgse) { //SetthepropertiesoftheHtmlTablewiththe //userselections. Table1.BgColor=BgColorSelect.Value; Table1.Border=Convert.ToInt32(BorderSelect.Value); Table1.BorderColor=BorderColorSelect.Value; Table1.Height=HeightSelect.Value; Table1.Width=WidthSelect.Value; } HtmlTableExample

HtmlTableExample

Column1 Column2 Column3 Cell1 Cell2 Cell3 Cell4 Cell5 Cell6
Selectthedisplaysettings:

BgColor: Red Blue Green Black White    Border: 0 1 2 3 4 5    BorderColor: Red Blue Green Black White

Height: 0 100 150 200 250    Width: 0 200 250 300 350

-//W3C//DTDXHTML1.0Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> SubButton_Click(ByValsenderAsObject,ByValeAsEventArgs) 'SetthepropertiesoftheHtmlTablewiththe 'userselections. Table1.BgColor=BgColorSelect.Value Table1.Border=CInt(BorderSelect.Value) Table1.BorderColor=BorderColorSelect.Value Table1.Height=HeightSelect.Value Table1.Width=WidthSelect.Value EndSub HtmlTableExample

HtmlTableExample

Column1 Column2 Column3 Cell1 Cell2 Cell3 Cell4 Cell5 Cell6
Selectthedisplaysettings:

BgColor: Red Blue Green Black White    Border: 0 1 2 3 4 5    BorderColor: Red Blue Green Black White

Height: 0 100 150 200 250    Width: 0 200 250 300 350

備註 Width使用屬性來控制控制項的HtmlTable寬度。

寬度通常會以圖元指定。

不過,您也可以將百分比符號(%)附加至值,以指定瀏覽器視窗寬度的百分比。

例如,值100%表示瀏覽器視窗全形的資料表寬度。

當使用者變更視窗大小時,資料表會自動展開和合約。

注意 如果您指定的值小於顯示控制項的內容HtmlTable所需的值,則會忽略這個屬性。

適用於 另請參閱 BgColor Border BorderColor Height 本文內容


請為這篇文章評分?