-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
integrate groupbox control #3913
Conversation
add sample page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good, just 1 potential issue found
Focusable: false TabNavigation: None
…alonia into groupbox_integration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 last minor change
@mameolan sorry about this, but any change we can have it styled like the wpf one? |
Seiously that's so win95 haha ;) |
I personally dislike this control because it brings no functionality. It is just a styled HeaderedContentControl |
For reference, this control currently looks like this:
I don't think this would be a good idea, the WPF one is Win9x styled and we use a more UWP-style. Thing is, the
Yeah, for this reason and the styling/outdatedness issues, I'm not sure we would want to accept this control into Avalonia core. |
@grokys the argument for having it could be a lot of wpf legacy code might have it, and it just makes it easier when copying and pasting examples... i remember now this is the second time someone has sent a PR for this... im neutral on having it though. |
Could we have a proper template for |
@grokys @danwalmsley agreed people seems to like/use it . @kekekeks how would a "proper" template looks/function in your oppinion. |
@JamRemco Right now HeaderedContentControl has no template at all. |
will close for now... @mameolan sorry... hope you will continue to contribute :) |
I actually am a fan of how these look, especially when making small UI's to command line apps. Is there no chance that this could get added still? I don't seem the harm with it, since if you don't like it you can just not use it. |
You can create a separate control, the source code is available ;) Also it looks like it is available in this project https://github.com/mameolan/Avalonia.ExtendedToolkit |
Please reopen this, I want it too. |
Please read the following Contributor License Agreement (CLA). If you agree with the CLA, please reply with the following:
Contributor License AgreementContribution License AgreementThis Contribution License Agreement ( “Agreement” ) is agreed to by the party signing below ( “You” ), 1. Definitions. “Code” means the computer software code, whether in human-readable or machine-executable form, “Project” means any of the projects owned or managed by AvaloniaUI OÜ and offered under a license “Submit” is the act of uploading, submitting, transmitting, or distributing code or other content to any “Submission” means the Code and any other copyrightable material Submitted by You, including any 2. Your Submission. You must agree to the terms of this Agreement before making a Submission to any 3. Originality of Work. You represent that each of Your Submissions is entirely Your 4. Your Employer. References to “employer” in this Agreement include Your employer or anyone else 5. Licenses. a. Copyright License. You grant AvaloniaUI OÜ, and those who receive the Submission directly b. Patent License. You grant AvaloniaUI OÜ, and those who receive the Submission directly or c. Other Rights Reserved. Each party reserves all rights not expressly granted in this Agreement. 6. Representations and Warranties. You represent that You are legally entitled to grant the above 7. Notice to AvaloniaUI OÜ. You agree to notify AvaloniaUI OÜ in writing of any facts or 8. Information about Submissions. You agree that contributions to Projects and information about 9. Governing Law/Jurisdiction. This Agreement is governed by the laws of the Republic of Estonia, and 10. Entire Agreement/Assignment. This Agreement is the entire agreement between the parties, and AvaloniaUI OÜ dedicates this Contribution License Agreement to the public domain according to the Creative Commons CC0 1. 0 out of 2 committers have signed the CLA. mameolan doesn't seem to be a GitHub user. |
What does the pull request do?
adds the missing GroupBox Control
Checklist