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 8954641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:21:13+00:00 2026-06-15T14:21:13+00:00

Is there a component for .NET WinForms or WPF to create a ControlPanel-style layout

  • 0

Is there a component for .NET WinForms or WPF to create a ControlPanel-style layout with icons?
I want to have a window which looks like a Control Panel and have a variable number of icons in it.

  • 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-06-15T14:21:14+00:00Added an answer on June 15, 2026 at 2:21 pm

    For example:

    <UniformGrid>
        <StackPanel Orientation="Horizontal" 
                    VerticalAlignment="Top">
            <Image Width="48" 
                    Height="48" 
                    Source="appbar.forklift.load.png" />
            <TextBlock VerticalAlignment="Center">
                <Hyperlink>Action Center</Hyperlink>
            </TextBlock>
        </StackPanel>
        <StackPanel Orientation="Horizontal" 
                    VerticalAlignment="Top">
            <Image Width="48" 
                    Height="48" 
                    Source="appbar.forrst.png" />
            <TextBlock VerticalAlignment="Center">
                <Hyperlink>Keyboard</Hyperlink>
            </TextBlock>
        </StackPanel>
        <StackPanel Orientation="Horizontal" 
                    VerticalAlignment="Top">
            <Image Width="48" 
                    Height="48" 
                    Source="appbar.forklift.png" />
            <TextBlock VerticalAlignment="Center">
                <Hyperlink>Notification</Hyperlink>
            </TextBlock>
        </StackPanel>
        <StackPanel Orientation="Horizontal" 
                    VerticalAlignment="Top">
            <Image Width="48" 
                    Height="48" 
                    Source="appbar.forklift.load.png" />
            <TextBlock VerticalAlignment="Center">
                <Hyperlink>Region</Hyperlink>
            </TextBlock>
        </StackPanel>
        <StackPanel Orientation="Horizontal" 
                    VerticalAlignment="Top">
            <Image Width="48" 
                    Height="48" 
                    Source="appbar.forklift.load.png" />
            <TextBlock VerticalAlignment="Center">
                <Hyperlink>Speech</Hyperlink>
            </TextBlock>
        </StackPanel>       
    </UniformGrid>
    

    You can add as many as you want they will be layed out for you. (A wrappanel might be better depending on what you really want).

    You could then bind the “Command” property of each link to a command on your ViewModel
    if you are using MVVM.

    <HyperLink Command="{Binding OpenActionLinkCenterCommand}">Action Center</HyperLink>
    

    If you want the items to come from a Collection, you can use an ItemsContainer or ListBox
    and change the ItemsPanel template

    <ListBox ItemsSource="{Binding YourControlPanelItems}">
            <ListBox.ItemsPanel>
                <ItemsPanelTemplate>
                    <UniformGrid/>
                </ItemsPanelTemplate>
            </ListBox.ItemsPanel>
    </ListBox>
    

    Of course there are many more ways of doing it, this is just a small example.

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

Sidebar

Related Questions

Our main application has both a asp.net and winforms component. There is a class
Is there any way to find out which asp.net component has focus by using
Is there a good .Net component for drag/drop/resize drawing in 2D with connections (like
I'm looking for the BEST asp.net calendar/schedule component that it out there. I like
I created module in netBean platform, then I created window component there, and I
I have this ASP.net component: <asp:Button ID=Button4 runat=server Text=Submit Entry CssClass=eventSubmitButton OnClick=SubmitData/> and I'd
I have a wrapper managed application(.net) over a COM Component(created using vb6) where Com
I have a VB6 App that uses a .Net component (via a .tlb reference
Is there a .NET component out there that is similar to Firefox's location bar?
In the .net framework, I want to store some info inside of a component.

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.