Giter Site home page Giter Site logo

Stack items from bottom about flowless HOT 5 CLOSED

fxmisc avatar fxmisc commented on June 8, 2024
Stack items from bottom

from flowless.

Comments (5)

TomasMikula avatar TomasMikula commented on June 8, 2024

Yes, items are laid out starting from top (or left for horizontal flow). There is no reason why this should not be configurable. Although it makes a difference only when the viewport is not full, in your case, only when the chat starts. Once the viewport is filled, there would be no difference.

from flowless.

raniejade avatar raniejade commented on June 8, 2024

True, was planning to play around with it but I still have a long way to understand the source.

from flowless.

TomasMikula avatar TomasMikula commented on June 8, 2024

You can now additionally specify "gravity" when creating the VirtualFlow. FRONT is the default and means top for vertical flow and left for horizontal flow. You can specify REAR to get bottom for vertical flow and right for horizontal flow. You can have a look at the commit to see what it took to implement it. Basically a bunch of helper methods whose behavior depends on gravity, and then use these new gravity aware methods in Navigator#fillViewportFrom().

from flowless.

raniejade avatar raniejade commented on June 8, 2024

👍 Is this included in 0.4.3?

from flowless.

TomasMikula avatar TomasMikula commented on June 8, 2024

It is currently only in the 0.4.4-SNAPSHOT https://oss.sonatype.org/content/repositories/snapshots/org/fxmisc/flowless/flowless/0.4.4-SNAPSHOT/

from flowless.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.