Scrolling Tkinter Canvas

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blackielawless
    New Member
    • Apr 2007
    • 1

    #1

    Scrolling Tkinter Canvas

    Hi,
    My question is about scrolling canvas under Tkinter,

    I have a canvas of size 1280X800, where my plotting is way beyond the 1280,I need to add scroller bars H & V and be able to use them to pan around my image.

    Any help please

    Best regards
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by blackielawless
    Hi,
    My question is about scrolling canvas under Tkinter,

    I have a canvas of size 1280X800, where my plotting is way beyond the 1280,I need to add scroller bars H & V and be able to use them to pan around my image.

    Any help please

    Best regards
    Use this link to see the scroll bar pattern in action.

    Comment

    Working...