-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 |
What does the pull request do?
adds the missing GroupBox Control
Checklist