本文介绍了如何更改GridView的行高的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,如何更改gridview的行高以使其保持静态?



我有10列,其中2列包含140字或更多的数据。如何使列例如高度为80px,但仍然可以在2列中看到我的所有文本?



我试过了

Hello, How do I change the row height of my gridview so that it will be static?

I have for example 10 columns, and 2 of such columns contains data 140 words or more. How do I make the columns for example to 80px in height but still be able to see all my text in the 2 columns?

I have tried

<asp:GridView ID="GridView1" rowstyle-height ="50px"





但它不起作用。



希望我能尽快解决这个问题!谢谢! :)



but it doesnt work.

Hope I will be able to solve this soon! Thanks! :)

推荐答案



这篇关于如何更改GridView的行高的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-30 23:04