WpfDesigner icon indicating copy to clipboard operation
WpfDesigner copied to clipboard

The WPF Designer from SharpDevelop

Results 23 WpfDesigner issues
Sort by recently updated
recently updated
newest added

I want to add UserControls to my design surface programmatically. First i tried adding it to the children UIElementCollection for my root control (which is a grid). When i've done...

Hi, I am using SD in an Autodesk software called Revit, and I am experiencing this error: SharpDevelop Version : 4.2.0.8783-27231549 .NET Version : 4.0.30319.42000 OS Version : Microsoft Windows...

It would be nice if the current zoom level was displayed in the zoom controls somehow. Maybe a tooltip?

It's not possible to edit points of a polyline. ![image](https://user-images.githubusercontent.com/53251709/104931094-4317ab80-59a6-11eb-882a-9999fc2a74eb.png) ![image](https://user-images.githubusercontent.com/53251709/104931343-8e31be80-59a6-11eb-8831-92f1c9b3420e.png) ``` ```

Hello, why is ResizeThumb showing the Style of the parent class DesignerThumb? I have tested that specifying TargetType does not apply to subclasses.

How do I add a brush function,that can draw straight lines and geometric figures

Sourcecode from https://github.com/icsharpcode/WpfDesigner/tree/master/SimpleSample ![image](https://user-images.githubusercontent.com/3213405/114854477-74720d00-9e17-11eb-8101-f9a493211f5b.png) `` Press Alt key,Button TabHeader, How to put it in the TabItem? ![image](https://user-images.githubusercontent.com/3213405/114853067-feb97180-9e15-11eb-83bc-342d6dacfc28.png)

Work in progress to fix issue #36 - starting with a failing unit test. The test reproduces the described issue (I hope) and fails as expected, yet by throwing the...

Steps to reproduce: 1. Run XamlDesigner project and add a button. 2. Click the left skew handle and drag it down to skew the button a bit. 3. Try to...

Hello, I think I found a memory leak. Here are the steps to reproduce it on Demo.XamlDesigner: - run Demo.XamlDesigner app - in the XAML tab, paste the following code:...