Giter Club home page Giter Club logo

Comments (1)

jason990420 avatar jason990420 commented on July 17, 2024

Here, need to find way how to implement it by pure code of PySimpleGUI,

  • option expand_x, expand_y of sg.Column, and
  • method expand of sg.Element with option expand_x, expand_y and expand_row

And to check why some element with extra frame, not ParentRowFrame

>>> widget_list
[<tkinter.Frame object                      .!toplevel.!frame>,
 <tkinter.Frame object                      .!toplevel.!frame.!frame>,
 <tkinter.Frame object                      .!toplevel.!frame.!frame2>,
 <tkinter.ttk.Treeview object               .!toplevel.!frame.!frame.!treeview>,
 <tkinter.Scrollbar object                  .!toplevel.!frame.!frame.!scrollbar>,
 <tkinter.Scrollbar object                  .!toplevel.!frame.!frame2.!scrollbar>,
 <tkinter.scrolledtext.ScrolledText object  .!toplevel.!frame.!frame2.!scrolledtext>]

>>> window['table'].ParentRowFrame
<tkinter.Frame object                       .!toplevel.!frame>
>>> window['multiline'].ParentRowFrame
<tkinter.Frame object                       .!toplevel.!frame>

For method expand of sg.Element, it only update itself and ParentRowFrame, not for master widget.

        self.Widget.pack(expand=True, fill=fill)
        self.ParentRowFrame.pack(expand=expand_row, fill=fill)

For option expand_x, expand_y of sg.Column only work for itself, and expand True if any one set True.

from pysimplegui-solution.

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.