Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6008059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:46:15+00:00 2026-05-23T01:46:15+00:00

Please see this image for what I’m referring to as a static box: I’m

  • 0

Please see this image for what I’m referring to as a static box:

enter image description here

I’m not sure if that is it’s proper name.

The box should be able to hold an arbitrary child control (panel etc.) inside.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:46:15+00:00Added an answer on May 23, 2026 at 1:46 am

    In WPF, it is called a GroupBox

    See the MSDN documentation for the control:

    http://msdn.microsoft.com/en-us/library/system.windows.controls.groupbox.aspx

    How to use it

    <Window x:Class="WpfApplication1.MainWindow"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            Title="MainWindow" Height="350" Width="525">
        <GroupBox Header="Test 1">
            <StackPanel Margin="6">
                <RadioButton x:Name="option1RadioButton" Content="Option 1" />
                <RadioButton x:Name="option2RadioButton" Content="Option 2" />
                <RadioButton x:Name="option3RadioButton" Content="Option 3" />
            </StackPanel>
        </GroupBox>
    </Window>
    

    Cool features

    The WPF GroupBox is a bit more powerful than your standard Win32 group box. Instead of just being able to set text in the header, you can set any sort of content you want, such as images, or other controls:

    <Window x:Class="WpfApplication1.MainWindow"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            Title="MainWindow" Height="350" Width="525">
        <GroupBox>
            <GroupBox.Header>
                <StackPanel Orientation="Horizontal">
                    <Button Content="Test 1" />
                    <Label Content="Test 2" />
                    <Button Content="Test 3" />
                </StackPanel>
            </GroupBox.Header>
            <StackPanel Margin="6">
                <RadioButton x:Name="option1RadioButton" Content="Option 1" />
                <RadioButton x:Name="option2RadioButton" Content="Option 2" />
                <RadioButton x:Name="option3RadioButton" Content="Option 3" />
            </StackPanel>
        </GroupBox>
    </Window>
    

    group box with custom header content

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please see this jsFiddle: https://jsfiddle.net/Wmq6f/ I have a textarea that has a background image,
Please see this UI sketch image, I have this div in sidebar (black box)
It seems that i cannot access $(this) inside jquery ajax success function. please see
Please see the image below. How was this 'pop-up' view created? Suppose I wanted
Please see this comment and the rest of the thread: [question]: TinyMCE Image URL
Please look at the image below !! So in this image... You can see
Please see the image below. Assume that these are all divs with the given
I am new in android development.Please see the Attached image also Please check this
Please see this piece of code: #include<stdio.h> #include<string.h> #include<stdlib.h> int main() { int i
Important : Please see this very much related question: Return multiple values in C++

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.