[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GRIDVIEW color and size


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


References:
GRIDVIEW color and size"Mayost Sharon" <sharon@xxxxxxxxx>
Re: GRIDVIEW color and sizeT Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: GRIDVIEW color and sizeT Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: GRIDVIEW color and size"Mayost Sharon" <sharon@xxxxxxxxx>