Skip to content

Commit

Permalink
added sample link.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCodesDotNET committed Jan 7, 2025
1 parent ec2b0f4 commit d99b3f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/groupbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import groupboxscreenshot from '/img/tutorials/groupbox/groupbox.png';

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.

<GitHubSampleLink title="Custom GroupBox" link="https://github.com/AvaloniaUI/AvaloniaUI.QuickGuides/tree/main/GroupBox"/>

## Implementation
Add the following style to your application resources (typically in App.axaml) or to the specific `Window` or `UserControl` where you need the `GroupBox` functionality:

Expand Down

0 comments on commit d99b3f8

Please sign in to comment.