Bug: DataGrid changes Dock from Fill to None during form inheritance

  • Thread starter Thread starter tomj
  • Start date Start date
T

tomj

Its easy to reproduce this bug.

Create new form FormBase, drop DataGrid, set dataGrid.Dock to Fill,
inherit form Form1 from FormBase. Now Form1.dataGrid.Dock is None.


Thanks,
Tom.
 
Back
Top