Python Forum
[Tkinter] how do i add a margin to a Listbox
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] how do i add a margin to a Listbox
#9
Quote:I'm not sure how much of a learning curve it is compared to tkinter but I will certainly give it a try.
I learned tkinter first, then wxpython. There was about a 5 to 1 ratio, wxpython in 1/5 of the time. The greatest help is the demo program. You need to be sure and download it. each example has 3 parts, on three tabs and you can switch back and forth just by clicking on a tab. One is a functional example that graphically shows most if not all of it's capabilities, one explaining the widget, and the third, the actual code that created the demo. It's one of the most outstanding demo's I've ever encountered.

Get a visual quick look at many of the widgets in the gallery: https://docs.wxpython.org/gallery.html. It has a clean look.

Geometry is a snap (sizers take a bit of time to grasp, but work as advertised). Docking and resizing is a snap!
Reply


Messages In This Thread
how do i add a margin to a Listbox - by DT2000 - Mar-31-2019, 06:04 PM
RE: how do i add a margin to a Listbox - by Larz60+ - Mar-31-2019, 08:14 PM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-01-2019, 07:14 AM
RE: how do i add a margin to a Listbox - by Larz60+ - Apr-01-2019, 08:44 AM
RE: how do i add a margin to a Listbox - by wuf - Apr-01-2019, 10:01 AM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-01-2019, 08:26 PM
RE: how do i add a margin to a Listbox - by Larz60+ - Apr-01-2019, 09:44 PM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-01-2019, 11:06 PM
RE: how do i add a margin to a Listbox - by Larz60+ - Apr-02-2019, 02:13 AM
RE: how do i add a margin to a Listbox - by wuf - Apr-02-2019, 11:46 AM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-02-2019, 07:30 PM
RE: how do i add a margin to a Listbox - by wuf - Apr-02-2019, 08:45 PM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-03-2019, 12:08 AM
RE: how do i add a margin to a Listbox - by Larz60+ - Apr-03-2019, 01:00 AM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-03-2019, 01:27 AM
RE: how do i add a margin to a Listbox - by wuf - Apr-03-2019, 05:53 AM
RE: how do i add a margin to a Listbox - by Larz60+ - Apr-03-2019, 02:35 PM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-04-2019, 11:56 PM
RE: how do i add a margin to a Listbox - by wuf - Apr-05-2019, 08:29 AM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-05-2019, 10:18 PM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-08-2019, 01:09 AM
RE: how do i add a margin to a Listbox - by wuf - Apr-08-2019, 06:51 AM
RE: how do i add a margin to a Listbox - by Larz60+ - Apr-08-2019, 08:05 AM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-09-2019, 05:18 AM
RE: how do i add a margin to a Listbox - by wuf - Apr-09-2019, 09:54 AM
RE: how do i add a margin to a Listbox - by DT2000 - Apr-09-2019, 08:25 PM
RE: how do i add a margin to a Listbox - by Larz60+ - Apr-09-2019, 08:49 PM
RE: how do i add a margin to a Listbox - by DT2000 - May-14-2019, 04:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] Text Button - How Do I Reduce The Margin? vman44 6 11,306 Apr-27-2020, 10:48 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