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

Let's say I want some instance of String behave differently from other, normal instances
May be it sound dumb but if I want some computed value from other
I want to have an executable file that will call some other programs. The
I want to make something like this... :LoopBegin if ???? goto End some other
i have a struct who have a list of item and some other variable
I want to display the username/last connection date/time and some other info on all
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
I want to move some file to other place, using Java SE 1.6 So,
I want to replace some text to other text which contains elements of basic

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.