As shown in VS2010 designer, datagridview is locked, and all of the properties and events are grey can't edit and modify?
How's this broken?
Other controls can be, such as the panel, button, etc.,
Yew2 inherited from yew
CodePudding user response:
In the base class, the DataGridView is Modifiers attribute is private? This private components in subclasses can't modify,CodePudding user response: