GroupBox.Avalonia
A casual attempt at a "classic" styled GroupBox for Avalonia. This repository primarily serves as a minor improvement over @derekantrican's Classic and Modern GroupBox examples at https://github.com/AvaloniaUI/Avalonia/issues/823#issuecomment-692270581
Install / Use
/learn @BinToss/GroupBox.AvaloniaREADME
GroupBox.Avalonia
</p>Another attempt to recreate the GroupBox control for AvaloniaUI.
Based on @derekantrican's Classic and Modern GroupBox examples at [GroupBox] Missing · Issue #823 · AvaloniaUI/Avalonia.
When this library is production-ready, its themes/styles may be pull-requested to teast/Avalonia.GroupBox. Otherwise, someone else will need to maintain this project.

Known Issues
- Sample app re-distributes the checkbox labels...weirdly.
Usage
-
Add the package: https://www.nuget.org/packages/BinToss.GroupBox.Avalonia/
dotnet add package BinToss.GroupBox.Avalonia -
In an AXAML/XAML file, add the following xmlns statement:
xmlns:gb="using:GroupBox.Avalonia.Controls". I usedctrlin the sample project, but other projects should usegb. https://github.com/BinToss/GroupBox.Avalonia/blob/5515704496a0103200733b788bcfcad1c1ce5ea1/GroupBox.Avalonia.Sample/Views/MainView.axaml#L1-L5 -
Add a basic GroupBox via
<gb:GroupBox/>https://github.com/BinToss/GroupBox.Avalonia/blob/5515704496a0103200733b788bcfcad1c1ce5ea1/GroupBox.Avalonia.Sample/Views/MainView.axaml#L25-L31For its contents, you should use a
Panel-basedControlsuch asGridorStackPanel. It's a GroupBox, after all. -
(Optional) To use the "classic" theme replicating Windows' classic GroupBox, use
Theme="{StaticResource GroupBoxClassic}"https://github.com/BinToss/GroupBox.Avalonia/blob/5515704496a0103200733b788bcfcad1c1ce5ea1/GroupBox.Avalonia.Sample/Views/MainView.axaml#L16-L18
For more info, see GroupBox.Avalonia.Sample.
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
