Discussion:
DataGridView AutoGenerateColumns Property
(too old to reply)
Jack Jackson
2007-07-31 20:43:17 UTC
Permalink
Does anyone know why DataGridView.AutoGenerateColumns does not show up
in the IDE Properties window (VS 2005)?
Andreas Balster
2011-04-20 08:36:12 UTC
Permalink
By help of the Microsoft source server, one can find the property DataGridView.AutoGenerateColumns is flagged as [Browsable(false)].
Overriding this in a subclass and making it browsable by setting [Browsable(true)] doesn't help much, either (the property becomes visible; but every time you close and reopen the form's designer, the property is reset to true.
Post by Jack Jackson
Does anyone know why DataGridView.AutoGenerateColumns does not show up
in the IDE Properties window (VS 2005)?
Loading...