Re: DataGridView question
- From: Paul Schwann <paul.schwann@xxxxxxxxx>
- Date: Wed, 6 Aug 2008 05:36:09 -0700 (PDT)
Hi,
this is one of the many, many strange descriptions you will find in
the .NET documentation. Nevertheless, the answer is simple:
RowCount -> The number of rows the DataGridView "table" has.
DisplayedRowCount(true/false) -> The number of rows currently shown by
the DataGridView. This value will be always smaller or equal to
RowCount (if you make the window containing the DGV small enough, this
value can be zero although the DGV may actually contain thousands or
millions of rows).
Hope that helps!
Regards,
Paul
.
- Prev by Date: Re: Preventing typing in a DataGridView cell
- Next by Date: Control sizes and varying screen resolutions
- Previous by thread: Re: Preventing typing in a DataGridView cell
- Next by thread: Control sizes and varying screen resolutions
- Index(es):
Loading