[Bug]: **Many** Items cannot be Dragged and dropped onto a Form in Designer
See original GitHub issueDescribe the bug Whilst testing #91 reproduction steps in Standard-Toolkit-Demo’s I found that many of the toolkit items cannot simple be dragged and dropped onto a from.
Also of those items that have successfully been draged, then they cannot be deleted ! (This may be due to cascade error form the initial designer failures)
To Reproduce
Expected behaviour Be able to use designer for *ALL Krypton elements
Desktop (please complete the following information):
- OS: [e.g. Windows 10]
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net48;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
<RootNamespace>Test_Clip_Base</RootNamespace>
<AssemblyName>Test Clip Base</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
Additional context
<ProjectReference Include="..\..\..\..\Standard-Toolkit\Source\Krypton Components\Krypton.Toolkit\Krypton.Toolkit 2019.csproj" />
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Can't Move Controls With Mouse on Windows Form Designer
Controls can be moved with the keyboard; Controls can be resized by dragging the keypoints on the outline of the control; Controls can...
Read more >[Bug]: Cannot add items to KryptonGroupBox in designer #91
I understand bug #91 is claimed to be resolved, but I can't add items to a KryptonGroupBox in the WinForm designer. I'm using...
Read more >Workitemsorder - requested by drag and drop not always ...
In order to solve this problem, Please find the work items that has become the parent of different work items and delete this...
Read more >Has drag & drop from File Explorer onto canvas bee...
Solved: On windows 10 with Alteryx 2018.4 I cant seem to drag and drop files or workflows from file explorer onto the canvas....
Read more >Unable to add symbol - getting form block error - Bugs
The workaround would be to add a new form parent element and then move that parent around the canvas as needed with the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yay… Found the workaround… But it has to go into the Forms project…
The following needs to go into a FAQ - As it is a Feature of Visual Studio (16.9.x anyway!)
With the fixes I have done…
It is possible to load all of the Toolkits into a Target application that has a *Single Target framework.
IF the project is MultiTarget: Then it is NOT possible to use some of the Toolkit designer elements !
At least when Linking directly from the source of the Toolkit to the Project (Same will probably apply via NuGet as the Designer will not know which to use first !)