A
Anthony Williams
Hi,
I am implementing a Forms designer in my application and would like to
alter the default grid size used by the form.
The only place I can find the property for GridSize is protected in the
class System.Windows.Forms.Design.ParentControlDesigner and I can't for
the life of me figure out a way of getting an object of this kind from
the wonderful spaghetti that is my implementation of the .NET designer
hosting framework!!
Does anyone have any bright idea's as to how I can go about modifying
the grid size on the designer?
Thanks,
Anthony Williams
I am implementing a Forms designer in my application and would like to
alter the default grid size used by the form.
The only place I can find the property for GridSize is protected in the
class System.Windows.Forms.Design.ParentControlDesigner and I can't for
the life of me figure out a way of getting an object of this kind from
the wonderful spaghetti that is my implementation of the .NET designer
hosting framework!!
Does anyone have any bright idea's as to how I can go about modifying
the grid size on the designer?
Thanks,
Anthony Williams