scroll1=Scrollbar(orient='vertical') scroll1.place(x=1,y=1,height=100)
scroll2=Scrollbar(orient='horizontal') scroll2.place(x=1,y=200,width=100)
Leave a comment: