-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: Toolkit Nightly Alpha - KryptonHeaderGroup doesn't disappear #1478
Comments
I'm having a look into this. It's the result of ongoing work. |
Hi @JeanPasquini, I got it fixed so far and will do some more testing tomorrow. |
@Wagnerp |
Hi @Wagnerp, The KListview class uses the KTreeviewDesigner, this KTreeviewDesigner has it's own action list which does not seem compatible with KListview. I tried an older stable release (80.23.11.321) and there the action list doesn't show in the designer as well. The Class header as it is now: [ToolboxItem(true)]
[ToolboxBitmap(typeof(ListView))]
[DefaultEvent("AfterSelect")]
[DefaultProperty("Nodes")]
[Designer(typeof(KryptonTreeViewDesigner))]
[DesignerCategory(@"code")]
[Description(@"A Kryptonised listview. Does not support the `List or Details View` types")]
public class KryptonListView : ListView So the KListview action list works when the Designer is changed to: [Designer(typeof(KryptonListViewDesigner))] I looked back in the history and it has been set to the KTreeviewDesigner ever since. I there a reason for this or is it a mistake? |
Hi @giduac It was possibly overlooked. |
Thanks, it's ok. |
If you wish to contribute, all changes must be done on the |
Hi @JeanPasquini, |
Hi @giduac, |
Hi @giduac, |
Hi @JeanPasquini, This fix is also in the latest Nightly build on Nuget. |
Hi @JeanPasquini, Did you have a try working on the toolkit already? |
Hello @giduac, I'm developing a software/app using the Krypton Toolkit (https://github.com/JeanPasquini/SpaceCalc), so always when I find a bug or something that I can improve, I'll create an issue or try to fix for you. |
Always welcome to join us... |
Describe the bug
Error message when I try to delete the KryptonHeaderGroup. After to try delete, the component doesn't disapper in the form, so I need to open again the Visual Studio.
Screenshots:
To Reproduce
Expected behavior
Delete the component without leaving Visual Studio.
Desktop:
The text was updated successfully, but these errors were encountered: