Re: [Tutor] Using tkinter::ttk::treeview to implement data view.

2013-11-22 Thread Alan Gauld
On 23/11/13 01:19, Davnobezimeni Sasha Balagura wrote: I have to implement parcer for .txt file with special formating. There are a lot of data to display, modify, add. I decided to use tkinter::ttk:treeviev for this. And it really good one, very fast and good looking..but.. But I cant set border

[Tutor] Using tkinter::ttk::treeview to implement data view.

2013-11-22 Thread Davnobezimeni Sasha Balagura
Hello. I have to implement parcer for .txt file with special formating. There are a lot of data to display, modify, add. I decided to use tkinter::ttk:treeviev for this. And it really good one, very fast and good looking..but.. But I cant set borders between cells, like in Excel. Is it real at all