How do I use scrollbars in Python Grid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neilhmurphy
    New Member
    • Mar 2010
    • 5

    How do I use scrollbars in Python Grid

    My ignorance is monumental. Maybe they automatically apear when the data exceeds the table.
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Tkinter scrollbars are the topic in thread http://bytes.com/topic/python/answer...m-my-scrollbar
    Geometry manager grid is used in the examples. If you need additional information, post back with a specific question or problem.

    Comment

    Working...