G
Guest
Hi
I'm trying to develop a development tool for a business object that conceptually resembles Windows forms. I read the brilliant article by Tim Dawson about hosting the forms designer at: http://www.divil.co.uk/net/articles/designers/hosting.asp, which was just the ticket.
My question, for anyone who has done work in this area, is how do I programmatically access the GridSize property of the designer form? I want to fix it at a particular value other than the default. I know it's a property of ParentControlDesigner, but I can't figure out what to manipulate in code so I can change it from 8 X 8 to my custom figure.
Anyone overridden GridSize anywhere...?
Thanks.
Sean
I'm trying to develop a development tool for a business object that conceptually resembles Windows forms. I read the brilliant article by Tim Dawson about hosting the forms designer at: http://www.divil.co.uk/net/articles/designers/hosting.asp, which was just the ticket.
My question, for anyone who has done work in this area, is how do I programmatically access the GridSize property of the designer form? I want to fix it at a particular value other than the default. I know it's a property of ParentControlDesigner, but I can't figure out what to manipulate in code so I can change it from 8 X 8 to my custom figure.
Anyone overridden GridSize anywhere...?
Thanks.
Sean