Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF Designer ToDo's #18

Open
1 of 13 tasks
jogibear9988 opened this issue Apr 19, 2016 · 2 comments
Open
1 of 13 tasks

WPF Designer ToDo's #18

jogibear9988 opened this issue Apr 19, 2016 · 2 comments

Comments

@jogibear9988
Copy link
Member

jogibear9988 commented Apr 19, 2016

  • Rework Rotating/Skewing (maybe use Code from https://github.com/jogibear9988/transformbox (MIT))
  • Drag Controls to Transparent Containers
  • DesignTime Collection Editor should support NewItemTypes Attribute (maybe we need to support DesignTimeDlls)
  • StaticResourceExtension should use IAmbientProvider instead of a Wrapper.
  • Snapline support for SameDistance as another Object has
  • Change "ValueOnInstance" so that changes in DesignWidth do not change "Width" in property Grid
  • Paste should use actual Position as upper offset (so the inserted Elements are not out of Screen)
  • Snap Line/Path/Polyline Edit in 15° (like Blend)
  • Check that Line/Path/Poline Edit also works in Grid, not only Canvas
  • Snapline and Rasterplacement should be used while Editing Lines/Path/Polyline (skip with Ctrl)
  • Better way to Add Points to Line/Path/Polyline
  • Support of Line/Path/Polyline Edit when zoomed
  • Rework Keyboard modifiers (should be same Blend uses)
@javidang
Copy link
Contributor

Hi. Adding binding support (setting binding from property grid) is viable ? I tried to add in xaml something like "ItemSource={Binding List}" , but form disappears when i switch to design mode.

@jogibear9988
Copy link
Member Author

jogibear9988 commented Apr 29, 2016

Please create a new Issue if you have a Bug! This is only a List of Todo's for myself!

Don't know what you mean what does not work! If I have XAML like this

 <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Width="640"
    Height="480">
   <Canvas>
     <ListBox Width="120"
         Height="100"
         ItemsSource="{Binding List}"
         Canvas.Left="179"
         Canvas.Top="153" />
  </Canvas>
 </Window>

I can switch to Design View

@icsharpcode icsharpcode locked and limited conversation to collaborators Apr 29, 2016
@jogibear9988 jogibear9988 pinned this issue Jun 14, 2019
@jogibear9988 jogibear9988 unpinned this issue Feb 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants