[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GRIDVIEW color and size
[Thread Prev] | [Thread Next]
- Subject: Re: GRIDVIEW color and size
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Wed, 17 Apr 2024 23:47:00 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 17/04/24 19:54, Mayost Sharon ha scritto:
Hello You say this: Public Sub GridView1_Data(Row As Integer, Column As Integer) GridView1.Rows[Row].Text = " " End But this causes two problems: 1. If there are many records for example (500000) it does not change the width of the column header because it calculates the size of the width of the column header according to the size that "500000" occupies 2. It causes all the time to enter the Data event endlessly Thanks
Hi, Hi, maybe this file (see the link) can inspire something: https://paste.c-net.org/PunchyManning Regards Gianluigi
GRIDVIEW color and size | "Mayost Sharon" <sharon@xxxxxxxxx> |
Re: GRIDVIEW color and size | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: GRIDVIEW color and size | T Lee Davidson <t.lee.davidson@xxxxxxxxx> |
Re: GRIDVIEW color and size | "Mayost Sharon" <sharon@xxxxxxxxx> |