can't modify datagridview's property

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • michael

    can't modify datagridview's property

    1. put a DataGridView in Form1
    2. Create a new class named "Form2" inherits from Form1

    but, i can't modify any property on DataGridView (in Form2), why ?

    ps: in Form1, i set the datagridview's "Modifiers" property to "protected /
    public"£¬but the question is still


Working...