WpfDesigner
WpfDesigner copied to clipboard
The WPF Designer from SharpDevelop
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.   ``` ```
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  `` Press Alt key,Button TabHeader, How to put it in the TabItem? 
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:...