ScrollBar In Tkinter GUI | Python Tkinter GUI Tutorial In Hindi #22

preview_player
Показать описание


Best Hindi Videos For Learning Programming:

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

No one :
Harry : नही दिखारहा होगा तो अपने नज़दीखि चस्मालय में जायें

prajwalbharti
Автор

from tkinter import *

root = Tk()
root.geometry("655x355")
root.title("list box")

str = """
A good example of a paragraph contains a topic sentence, details and a conclusion. 'There are many different kinds of
animals that live in China. Tigers and leopards are animals that live in China's forests in the north.
""" * 100

scrollbar = Scrollbar()
scrollbar.pack(side=RIGHT, fill=Y)

la = Text(root,
la.pack()


la.insert(END, str)

enderman
Автор

Thanks harry bhai
AAPKI IS VIDEO KE KAARAN mein notepad ka khud ka version bana paya
thanks again mene aapke channel ko 15 alag devices se subscribe kiya hai aur sab ko aapka channel recommend karta hu

ashu
Автор

You made the things easy to understand

Naveenkumar-kkgu
Автор

harry bhai Label ke saath nhi ho paa rha hai bhut kosis kiya firbhi nhi ho paa rha
Kaise hoga...

akashgupta
Автор

Thank You for such beautiful tutorial. Keep going.

atulsingh-ijnh
Автор

Harrybhai thank you for telling about Notepad
ab easily ban jayega mujhse notepad

Param
Автор

from tkinter import *

root = Tk()

root.geometry("455x344")
root.title("Vinay ka Dusra Scroolbar")
scrb = Scrollbar()
scrb.pack(side = RIGHT, fill = Y)
txt = Text(root, yscrollcommand = scrb.set)
txt.pack(fill = BOTH)
scrb.config(command = txt.yview)
root.mainloop()

HawkingMerchant
Автор

next level teacher. Love from Nepal bhai. Keep going

prerit
Автор

thank you so much, it works perfectly

samyamoydas
Автор

I have labels and radiobuttons in my code, scrollbar isn't working with these.What should I do?

meghashahri
Автор

Harry Bhai App mahan ho
appka content Awesome hai
always keep it bhai

pranjal
Автор

Nice explanation it up. thanks foe explaining tkinter

narendramahawar
Автор

how do get notepad in full screen ?.... please answer

sahajjain
Автор

Sir i am unable to add scrollbar to a canvas pls help

harishankar
Автор

Sir label ka attribute nhi h xscrollcommand or yscrollcommand to ni chl rha sir ...give any solution plzzzz

mandeepsingh-bueh
Автор

hello, how to display multiple images In the scrollbar using tkinter.

kajalbenpatel
Автор

We cant attach scrollbar with label widget as there is no any attribute named 'yview'. Hope you said it by mistake. I am posting my code for text widget.

Vaibhavx
Автор

Bro I made my complete project but now I need scroll bar what can I do, I am confused in text box, I made different different frame in my window how will I connect my window to scroll bar

Tuffani-short
Автор

Harry bhai aap konsi theme use karte ho isme

Ravipanchal