Python Forum
[Tkinter] ListBox not contained or scrollable
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] ListBox not contained or scrollable
#5
I'm not sure that wxformbuilder is up to date, check it out first.
If you want to get a real taste for wxpython try the following (you can delete afterwards if you decide it's not for you)
Following for windows, Linux will be the same for some distros, but not all
  • install wxpython phoenix with pip (you must be running python 3 by default or you will get the wrong version of wxpython)
    pip install wxpython
  • In browser, navigate to: https://github.com/wxWidgets/Phoenix
  • Download zip (or from command line, if you have git installed:
    git clone https://github.com/wxWidgets/Phoenix
  • Extract the zip of tar file in a preselected directory
  • Navigate to Phoenix-master\demo
  • From command line, run
    python demo.py
  • You'll get a sync error which can be ignored.
Look around in the demo and exmaine the source code needed to create various widgets.
I think you will be surpeised and delighted by what you find.
Reply


Messages In This Thread
RE: ListBox not contained or scrollable - by wuf - Apr-04-2018, 04:28 PM
RE: ListBox not contained or scrollable - by Larz60+ - Apr-05-2018, 02:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] PyQt5 drawing on scrollable area HeinKurz 3 1,385 Mar-28-2023, 12:58 PM
Last Post: Axel_Erfurt
  [Tkinter] Scrollable buttons with an add/delete button Clich3 5 3,543 Jun-16-2022, 07:19 PM
Last Post: rob101
  [Tkinter] How to create scrollable frame mandiatutti 7 4,572 Aug-07-2021, 03:34 PM
Last Post: deanhystad
Question [Tkinter] Scrollable Treeview: change behavior of Prior/Next keys? RockDoctor 2 3,264 Apr-10-2021, 05:40 PM
Last Post: RockDoctor
  Scrollable big image in a window (TKinter) Prospekteur 3 4,554 Sep-14-2020, 03:06 AM
Last Post: Larz60+
  [Tkinter] Fixate graphs on scrollable canvas janema 6 5,474 Apr-12-2019, 03:57 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020