Wrap text inside row in tkinter treeview

Is is possible to wrap text in row using tkinter treeview? I have tried to change row height but text wont wrap. basically i want to have multi line text in row. This is the code: from tkinter im...