dicogis.ui.scrollable_table module¶
- class dicogis.ui.scrollable_table.ScrollableTable(parent, localized_strings=None, init_widgets=True)¶
Bases:
Frame
A scrollable table with two columns in read-only mode.
- tree¶
The Treeview widget for displaying the table.
- Type:
ttk.Treeview
- vsb¶
The vertical scrollbar for the Treeview.
- Type:
ttk.Scrollbar