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

[Feature Request]: KryptonContextMenuComboBox & KryptonContextMenuProgressBar need to be implemented #1673

Open
PWagner1 opened this issue Jul 22, 2024 · 3 comments
Labels
area:toolkit All issues related to the toolkit components. enhancement New feature or request new feature A new feature has been requested. suggestion A suggestion has been requested. version:100 All things to do with V100.
Milestone

Comments

@PWagner1
Copy link
Contributor

Both KryptonContextMenuComboBox & KryptonContextMenuProgressBar need to be fully implemented.

@PWagner1 PWagner1 added enhancement New feature or request new feature A new feature has been requested. suggestion A suggestion has been requested. area:toolkit All issues related to the toolkit components. version:100 All things to do with V100. labels Jul 22, 2024
@PWagner1 PWagner1 added this to the Version 100 milestone Jul 22, 2024
@Smurf-IV
Copy link
Member

Can you add pictures of what this looks like in Winforms? or is this an EXT feature first ?

@giduac
Copy link

giduac commented Aug 27, 2024

Is it possible to use a similar approach as in Winforms with the KContextMenu:

            System.Windows.Forms.ContextMenuStrip cm = new();
            ToolStripControlHost tsch = new ToolStripControlHost(new KryptonProgressBar());
            (tsch.Control as KryptonProgressBar)!.Value = 100;
            cm.Items.Add(tsch);

            this.ContextMenuStrip = cm;

@PWagner1
Copy link
Contributor Author

Currently working on these in EXT, using the standard WinForms ContextMenu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:toolkit All issues related to the toolkit components. enhancement New feature or request new feature A new feature has been requested. suggestion A suggestion has been requested. version:100 All things to do with V100.
Projects
None yet
Development

No branches or pull requests

3 participants