> I'm trying to use tkx module and want to know how do I add
> scrolling capabilities to the Tree view?
The ttk__treeview (ttk::treeview) has the same scrolling support as
other Tk widgets, so you would use a scrollbar tied to -xscrollcommand
with -command of the scrollbar pointing at the treeview. There is
also the widget__scrolledwindow that may have an example around
somewhere to make this easier.
> Also, where do I read more about the tkx tree view interface?
Currently via the core Tk doc page is best:
http://www.tcl.tk/man/tcl8.5/TkCmd/ttk_treeview.htm
Jeff