Coder Social home page Coder Social logo

Layout width control? about ezgui HOT 6 CLOSED

ezelia avatar ezelia commented on June 17, 2024
Layout width control?

from ezgui.

Comments (6)

Shadowstep33 avatar Shadowstep33 commented on June 17, 2024

Ofc, the rule of posting kicked in:

It turns out my list element was the size of my container. Spacing was therefore correct. To clarify: the (perceived) extra vertical height was because the list was taller than I meant for it to be (my own mistake).

from ezgui.

Shadowstep33 avatar Shadowstep33 commented on June 17, 2024

I also mis-titled this question, as I was referring to height

from ezgui.

Shadowstep33 avatar Shadowstep33 commented on June 17, 2024

I don't want to re-open a new issue and this mostly falls within the same domain:

is there a way to specify a width (or height) of a layout? For example, could I say layout: [%3,2] to say show 3 elements per row and 2 rows? How do I go about setting width of a list, but allowing overflow while maintaining the same amount of elements on screen?

from ezgui.

alaa-eddine avatar alaa-eddine commented on June 17, 2024

Hi @Shadowstep33 when you define a layout as [3,2] you are actually defining 3 rows and 2 lines.

the layout do not specify a size, it only defines an position, so if the positionned element have a hardcoded width and height which are greater than the layout cell, it will overflow it by default.

from ezgui.

Shadowstep33 avatar Shadowstep33 commented on June 17, 2024

Okay makes sense, if I define [3,2] and the each element has a width > listWidth/3 then it will overflow; how would I make an infinite number of columns where three elements appear at a time? [null,2] with each element.width = listWidth/3? Will listWidth increase as I add more elements or will it remain fixed at whatever I define it as?

from ezgui.

alaa-eddine avatar alaa-eddine commented on June 17, 2024

I don't see what you are trying to do, this syntax : [null,2] was made available for Lists (which are scrollable), it can have wired behaviour if you use it with normal layout.

if you need to have more elements than what the control size support, you can use List control. the list will be scrollable to allow access to hidden items.

from ezgui.

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.