Tagged Questions
The designsurface tag has no wiki summary.
3
votes
2answers
268 views
Set Value of Property When Delete Key is Pressed in PropertyGrid
I am currently working on a project that hosts WinForms designer. I am using PropertyGrid to display manipulate properties of the controls that are dropped on the DesignSurface.
I have created ...
1
vote
1answer
324 views
Inherited Control Visible/Enabled Property Value Always True: PropertyGrid
I have created a custom WinForms hosting environment. Which has a toolbox and a PropertyGrid.
The controls displayed in the Toolbox are inherited from existing WinForm controls.
DropDownList Source:
...
1
vote
0answers
87 views
DesignSurface and Zoom
I am trying to implement Zoom feature on a DesignSurface, which uses .Net 2 based Designer time architecture.
I have two approaches to handle ZoomChanged event:
Unload the Design surface and reload ...
0
votes
0answers
40 views
DesignSuface for ASP.NET
I am trying to brainstorm the a custom DesignSurface for ASP.NET application.
Is it possible to create a custom DesignSurface for an ASP.NET application?
If yes, are the following two cases valid??
...