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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:34:00+00:00 2026-05-13T23:34:00+00:00

How can I go about creating a control that has items in item that

  • 0

How can I go about creating a control that has items in item that list vertically, but only to the height of the control, then start at the top of the second column?

Sort of like the windows explorer look and feel.

I am using a WrapPanel at the moment, but I cannot figure out how to make it scroll horizontally…

Any help here is greatly appreciated

Cheers,
Mark

  • 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-13T23:34:00+00:00Added an answer on May 13, 2026 at 11:34 pm

    Enclose a WrapPanel with vertical orientation within a ScrollViewer with VerticalScrollbarVisibility set to Disabled.

    Paste this into Kaxaml and you’ll see:

    <Page
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
      <Page.Resources>
        <Style TargetType="{x:Type Button}">
          <Style.Setters>
            <Setter Property="Width" Value="50"/>
            <Setter Property="Height" Value="50"/>
          </Style.Setters>
        </Style>
      </Page.Resources>
      <Grid Margin="200, 100">
        <ScrollViewer VerticalScrollBarVisibility="Disabled" HorizontalScrollBarVisibility="Visible" MaxWidth="200">
        <WrapPanel Orientation="Vertical">
          <Button/>
          <Button/>
          <Button/>
          <Button/>
          <Button/>
          <Button/>
          <Button/>
          <Button/>
          <Button/>
        </WrapPanel>
        </ScrollViewer>
      </Grid>
    </Page>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Where can I read more about creating linked slides like at the top of
Can someone assist in creating a Regex for the following situation: I have about
Can someone please explain with example that I can understand about the difference between
Are there any tutorials around for how one would go about creating a control
So I've been working on an application that has woeful access control up till
This is a goofy question, so sorry about that. I'm creating html elements dynamically
I went about creating a custom TabControl widget so that I could accurately paint
I am creating a user control that will create a series of html elements
i'm trying to learn all i can about the paper object in raphael. i've
As a relative newbie I try to read as much as I can about

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.