docs/tutorials/groupbox #846
Replies: 1 comment 3 replies
-
|
In the example, the visual does not match the given XAML. The given template puts a border around the header. This was easily changed by setting a BorderThickness of 0. I'm using Avalonia 11.3.10. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/tutorials/groupbox
While Avalonia doesn't include a built-in GroupBox control, you can achieve the same functionality and appearance using a HeaderedContentControl with custom styling. The HeaderedContentControl provides a header area and content region, making it perfect for grouping related interface elements.
https://docs.avaloniaui.net/docs/tutorials/groupbox
Beta Was this translation helpful? Give feedback.
All reactions