ragardner / tksheet

Python tkinter table widget for displaying tabular data

Home Page:https://pypi.org/project/tksheet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partial Horizontal Scrolling

JonnyNOS opened this issue · comments

Hi,
Is it Possible to implement partial scrolling (for Example 3 columns stay visible the entire time and the rest of the columns are horizontal scrollable) or is there a workaround i could use?

Hello,

It's only possible to do that for one column, using sheet.row_index(column integer)

You also lose the row index numbers when doing this unfortunately

sorry edited for wrong function name