From d99b3f8142ef64368b1e6e31c1c967054c32caae Mon Sep 17 00:00:00 2001 From: Mike James Date: Tue, 7 Jan 2025 08:17:23 +0100 Subject: [PATCH] added sample link. --- docs/tutorials/groupbox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/groupbox.md b/docs/tutorials/groupbox.md index 242af0c96..2772c9fa5 100644 --- a/docs/tutorials/groupbox.md +++ b/docs/tutorials/groupbox.md @@ -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. + + ## 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: