Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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?? ...
0
votes
1answer
142 views

Catching mouse events for a custom SplitContainerDesigner

I'm trying to create a user control that will provide a draggable splitter between two panels — exactly like SplitContainer — in a custom IDesignerHost implementation. SplitContainer itself, as far as ...
0
votes
3answers
944 views

Catching mouse move

Situation : I'm currently working a project where the aim is to develop a VS-like IDE, where users can drap/drop new controls to a design surface, and modify properties of these controls. So i ...
0
votes
3answers
332 views

Broken Silverlight Design-Surface in VS2008

In VisualStudio 2008, the design surface is just empty since I added this style to App.xaml: <Style x:Key="RightAlignedCell" TargetType="data:DataGridCell"> <Style.Setters> ...