熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

ASP.NET Datagridview自動換行的小例子

2022-06-13   來源: .NET編程 
這篇文章介紹了ASPNET Datagridview自動換行的代碼有需要的朋友可以參考一下希望對你有所幫助   復制代碼 代碼如下:

  
protected void AxGridView_RowDataBound(object sender GridViewRowEventArgs e)
   {
       //設置所有列不允許換行
       //AxGridViewAttributesAdd("style" "wordbreak:keepall;wordwrap:false");
       //設置所有列自動換行
       AxGridViewAttributesAdd("style" "wordbreak:breakall;wordwrap:breakword");
   }


From:http://tw.wingwit.com/Article/program/net/201311/14314.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.