gpt4 book ai didi

c# - autogeneratecolumns=true 时如何实现 wrap 属性?

转载 作者:行者123 更新时间:2023-11-28 13:23:27 25 4
gpt4 key购买 nike

我使用的是 GridView ,我需要每当任何列包含的文本长度超过其宽度时,它应该将文本换行或者应该在新行中显示文本的另一部分。下面是 GridView 代码:

 <asp:GridView ID="GridView1"  AllowSorting="True" runat="server" 
onsorting="GridView1_Sorting" AllowPaging="True" PageSize="6" CellPadding="4"
onpageindexchanging="GridView1_PageIndexChanging"
onrowdatabound="GridView1_RowDataBound" ForeColor="#333333"
GridLines="Vertical">
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<EditRowStyle BackColor="#999999" />
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<PagerStyle Wrap="false" BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<RowStyle Wrap="false" BackColor="#F7F6F3" ForeColor="#333333" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#E9E7E2" />
<SortedAscendingHeaderStyle BackColor="#506C8C" />
<SortedDescendingCellStyle BackColor="#FFFDF8" />
<SortedDescendingHeaderStyle BackColor="#6F8DAE" />
</asp:GridView>

最佳答案

您可以像这样将 TemplateField 的 ItemStyle 设置为 true:

<ItemStyle Wrap="true" Width="100px" />

关于c# - autogeneratecolumns=true 时如何实现 wrap 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14832136/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com