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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:18:22+00:00 2026-05-19T23:18:22+00:00

I want do some other item stacking but i dont have idea how simple

  • 0

I want do some other item stacking but i dont have idea how simple do it.
This is normal warp panel stacking (from left top to right top, and then dont have place then next item will be stacked on first left top free position):

enter image description here

But, i want do stacking from bottom right to top right and if don’t have place to next item, then i want to next item will be stacked on first left bottom free place.

Like this:

|    X
|    X
|   XX
|   XX

Propably this can’t be done using only WarpPanel i’m open to new ideas.

Can anyone help me?

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

    It is more a joke than a production code, but it works! 🙂

    XAML:

        <Window.Resources>
            <Style TargetType="FrameworkElement" x:Key="rotateItPlease">
                <Setter Property="RenderTransform">
                    <Setter.Value>
                        <ScaleTransform ScaleX="-1" ScaleY="-1" />
                    </Setter.Value>
                </Setter>
                <Setter Property="RenderTransformOrigin" Value="0.5,0.5" />
            </Style>
        </Window.Resources>
    

    and then apply this style to both your WrapPanel and all it’s children (it will be even more easier if you will have your wrapPanel as part of some ItemsControl):

        <WrapPanel Orientation="Vertical" Style="{StaticResource rotateItPlease}"> 
            <Button Style="{StaticResource rotateItPlease}">Hello</Button>
            <Button Style="{StaticResource rotateItPlease}">Hello</Button>
            <!-- More buttons here -->                       
        </WrapPanel>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have an executable file that will call some other programs. The
According to google and some other sources (e.g., http://www.enterprisedt.com/publications/oracle/result_set.html ), if I want to
Data table structure is: id1,id2,id3,id4,... (some other fields). I want to create summary query
Ok I want some opinions how I can fix this mess of a method!
I have a long snippet of HTML I want some javascript variable to equal
I have 3 Linux machines, and want some way to keep the dotfiles in
I'm looking for a free templating engine to generate simple reports. I want some
If all tables I want to delete from have the column gamer_id can i
I want to add a TreeViewItem and some other controls to the right of
I want some slightly 'dynamic' XML source files. I want some of the element

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.